FASTCALL 166 MMgc/FixedMalloc.cpp void* FASTCALL FixedMalloc::OutOfLineAlloc(size_t size, FixedMallocOpts flags) FASTCALL 176 MMgc/FixedMalloc.cpp void FASTCALL FixedMalloc::OutOfLineFree(void* p) FASTCALL 81 MMgc/FixedMalloc.h void* FASTCALL OutOfLineAlloc(size_t size, FixedMallocOpts flags=kNone); FASTCALL 108 MMgc/FixedMalloc.h void FASTCALL OutOfLineFree(void* p); FASTCALL 1168 MMgc/GC.h static void FASTCALL WriteBarrierRC(const void *address, const void *value); FASTCALL 1174 MMgc/GC.h static void FASTCALL WriteBarrierRC_ctor(const void *address, const void *value); FASTCALL 1175 MMgc/GC.h static void FASTCALL WriteBarrierRC_dtor(const void *address); FASTCALL 94 VMPI/VMPI.h #ifndef FASTCALL FASTCALL 337 core/AvmCore.h static void FASTCALL handleStackOverflowMethodEnv(MethodEnv* env); FASTCALL 340 core/AvmCore.h static void FASTCALL handleStackOverflowToplevel(Toplevel* env); FASTCALL 346 core/AvmCore.h static void FASTCALL checkPCREStackOverflow(); FASTCALL 46 core/MethodEnv.cpp Atom* FASTCALL MethodEnv::unbox1(Atom atom, Traits* t, Atom* arg0) FASTCALL 107 core/MethodEnv.cpp Atom* FASTCALL MethodEnv::coerceUnbox1(Atom atom, Traits* t, Atom* args) FASTCALL 649 core/MethodEnv.cpp void FASTCALL MethodEnv::nullcheckfail(Atom atom) FASTCALL 1979 core/MethodEnv.cpp void FASTCALL check_unbox(MethodEnv* env, bool u) FASTCALL 133 core/MethodEnv.h void FASTCALL nullcheckfail(Atom atom); FASTCALL 134 core/MethodEnv.h Atom* FASTCALL coerceUnbox1(Atom atom, Traits* t, Atom* args); FASTCALL 135 core/MethodEnv.h Atom* FASTCALL unbox1(Atom atom, Traits* t, Atom* args); FASTCALL 928 core/MethodInfo.cpp MethodSignature* FASTCALL MethodInfo::_buildMethodSignature(const Toplevel* toplevel) FASTCALL 1074 core/MethodInfo.cpp MethodSignature* FASTCALL MethodInfo::_getMethodSignature() FASTCALL 327 core/MethodInfo.h Stringp FASTCALL getMethodNameWithTraits(Traits* declaringTraits, bool includeAllNamespaces = false) const; FASTCALL 328 core/MethodInfo.h Stringp FASTCALL getMethodName(bool includeAllNamespaces = false) const; FASTCALL 384 core/MethodInfo.h MethodSignature* FASTCALL _getMethodSignature(); FASTCALL 385 core/MethodInfo.h MethodSignature* FASTCALL _buildMethodSignature(const Toplevel* toplevel); FASTCALL 363 core/MultinameHashtable.cpp int FASTCALL MultinameHashtable::next(int index) const FASTCALL 145 core/MultinameHashtable.h int FASTCALL next(int index) const; FASTCALL 88 core/NativeFunction.h extern void FASTCALL check_unbox(MethodEnv* env, bool u); FASTCALL 135 core/StackTrace.cpp void FASTCALL CallStackNode::reset() FASTCALL 154 core/StackTrace.h void FASTCALL reset(); FASTCALL 2076 core/StringObject.cpp /*static*/ int32_t FASTCALL String::Length(const wchar* str) FASTCALL 2091 core/StringObject.cpp /*static*/ int32_t FASTCALL String::Length(const char* str) FASTCALL 151 core/StringObject.h Stringp FASTCALL getFixedWidthString(Width w) const; FASTCALL 185 core/StringObject.h static int32_t FASTCALL hashCodeLatin1(const char* buf, int32_t len); FASTCALL 189 core/StringObject.h static int32_t FASTCALL hashCodeUTF16(const wchar* buf, int32_t len); FASTCALL 213 core/StringObject.h wchar FASTCALL charAt(int32_t index) const; FASTCALL 225 core/StringObject.h int32_t FASTCALL Compare(String& other, int32_t other_start = 0, int32_t other_length = 0) const; FASTCALL 230 core/StringObject.h bool FASTCALL equals(Stringp that) const; FASTCALL 234 core/StringObject.h bool FASTCALL equalsLatin1(const char* p, int32_t len = -1) const; FASTCALL 238 core/StringObject.h bool FASTCALL equalsUTF16(const wchar* p, int32_t len) const; FASTCALL 242 core/StringObject.h int32_t FASTCALL localeCompare(Stringp other, const Atom* argv, int32_t argc); FASTCALL 249 core/StringObject.h static int32_t FASTCALL Length(const wchar* str); FASTCALL 250 core/StringObject.h static int32_t FASTCALL Length(const char* str); FASTCALL 256 core/StringObject.h int32_t FASTCALL indexOf(Stringp s, int32_t offset = 0) const; FASTCALL 270 core/StringObject.h int32_t FASTCALL indexOfLatin1(const char* p, int32_t len = -1, int32_t start = 0, int32_t end = 0x7FFFFFFF) const; FASTCALL 279 core/StringObject.h int32_t FASTCALL indexOfCharCode(wchar c, int32_t start = 0, int32_t end = 0x7FFFFFFF) const; FASTCALL 292 core/StringObject.h bool FASTCALL matchesLatin1(const char* p, int32_t len, int32_t pos); FASTCALL 301 core/StringObject.h bool FASTCALL matchesLatin1_caseless(const char* p, int32_t len, int32_t pos); FASTCALL 305 core/StringObject.h int32_t FASTCALL lastIndexOf(Stringp s, int32_t offset = 0x7fffffff) const; FASTCALL 315 core/StringObject.h static Stringp FASTCALL concatStrings(Stringp leftStr, Stringp rightStr); FASTCALL 321 core/StringObject.h Stringp FASTCALL append(Stringp str); FASTCALL 340 core/StringObject.h Stringp FASTCALL substr(int32_t start, int32_t len = 0x7fffffff); FASTCALL 345 core/StringObject.h Stringp FASTCALL substring(int32_t start, int32_t end = 0x7fffffff); FASTCALL 346 core/StringObject.h Stringp FASTCALL intern_substring(int32_t start, int32_t end = 0x7fffffff); FASTCALL 352 core/StringObject.h Stringp FASTCALL slice(int32_t start, int32_t end); FASTCALL 367 core/StringObject.h bool FASTCALL parseIndex(uint32_t& result) const; FASTCALL 376 core/StringObject.h Stringp FASTCALL toUpperCase(); FASTCALL 385 core/StringObject.h Stringp FASTCALL toLowerCase(); FASTCALL 393 core/StringObject.h Stringp FASTCALL caseChange(uint32_t(*unimapper)(uint32_t)); FASTCALL 399 core/StringObject.h Atom FASTCALL getIntAtom() const; FASTCALL 716 core/StringObject.h int32_t FASTCALL toUtf8Index(int32_t pos); FASTCALL 722 core/StringObject.h int32_t FASTCALL toIndex(int32_t uf8Pos); FASTCALL 1950 core/Traits.cpp TraitsBindings* FASTCALL Traits::_getTraitsBindings() FASTCALL 1961 core/Traits.cpp TraitsMetadata* FASTCALL Traits::_getTraitsMetadata() FASTCALL 333 core/Traits.h TraitsBindings* FASTCALL _getTraitsBindings(); FASTCALL 334 core/Traits.h TraitsMetadata* FASTCALL _getTraitsMetadata(); FASTCALL 346 core/Traits.h bool FASTCALL secondary_subtypeof(Traitsp t); // slow path called by subtypeof() FASTCALL 189 core/instr.h void FASTCALL mop_rangeCheckFailed(MethodEnv* env); FASTCALL 191 core/instr.h int32_t FASTCALL mop_lix8(const void* addr); FASTCALL 192 core/instr.h int32_t FASTCALL mop_lix16(const void* addr); FASTCALL 194 core/instr.h int32_t FASTCALL mop_liz8(const void* addr); FASTCALL 195 core/instr.h int32_t FASTCALL mop_liz16(const void* addr); FASTCALL 196 core/instr.h int32_t FASTCALL mop_li32(const void* addr); FASTCALL 197 core/instr.h double FASTCALL mop_lf32(const void* addr); FASTCALL 198 core/instr.h double FASTCALL mop_lf64(const void* addr); FASTCALL 199 core/instr.h void FASTCALL mop_si8(void* addr, int32_t value); FASTCALL 200 core/instr.h void FASTCALL mop_si16(void* addr, int32_t value); FASTCALL 201 core/instr.h void FASTCALL mop_si32(void* addr, int32_t value); FASTCALL 89 extensions/DictionaryGlue.cpp Atom FASTCALL DictionaryObject::getKeyFromObject(Atom key) const FASTCALL 69 extensions/DictionaryGlue.h Atom FASTCALL getKeyFromObject(Atom object) const;