NativeID           51 axscript/DataIO.cpp     #define M_ERROR_CLASS(class_id) ((ErrorClass*)m_toplevel->getPlayerClass(avmplus::NativeID::abcclass_##class_id))
NativeID           99 axscript/axtam.h 	namespace NativeID
NativeID          387 core/AvmCore.cpp 								avmplus::NativeID::builtin_abc_method_count,
NativeID          388 core/AvmCore.cpp 								avmplus::NativeID::builtin_abc_class_count);
NativeID          389 core/AvmCore.cpp         ninit.fillInClasses(avmplus::NativeID::builtin_classEntries);
NativeID          390 core/AvmCore.cpp         ninit.fillInMethods(avmplus::NativeID::builtin_methodEntries);
NativeID          341 core/NativeFunction.h 		{ { _NATIVE_METHOD_CAST_PTR(CLS, &IMPL) }, (AvmThunkNativeThunker)avmplus::NativeID::METHID##_thunk, avmplus::NativeID::METHID },
NativeID          344 core/NativeFunction.h 		{ (AvmThunkNativeThunker)avmplus::NativeID::METHID##_thunk, avmplus::NativeID::METHID },
NativeID          359 core/NativeFunction.h 		{ { function: reinterpret_cast<AvmThunkNativeFunctionHandler>(IMPL) }, (AvmThunkNativeThunker)avmplus::NativeID::METHID##_thunk, avmplus::NativeID::METHID },
NativeID          375 core/NativeFunction.h 		{ { _to_method_handler(reinterpret_cast<AvmThunkNativeFunctionHandler>(IMPL)) }, (AvmThunkNativeThunker)avmplus::NativeID::METHID##_thunk, avmplus::NativeID::METHID },
NativeID          382 core/NativeFunction.h 		{ (AvmThunkNativeThunker)avmplus::NativeID::METHID##_thunk, avmplus::NativeID::METHID },
NativeID          396 core/NativeFunction.h 		{ (CreateClassClosureProc)CLS##_createClassClosure, avmplus::NativeID::CLSID, sizeof(FQCLS), OFFSETOFSLOTSCLS, sizeof(INST), OFFSETOFSLOTSINST },
NativeID          407 core/NativeFunction.h 				avmplus::NativeID::NAME##_abc_data, \
NativeID          408 core/NativeFunction.h 				avmplus::NativeID::NAME##_abc_length, \
NativeID          409 core/NativeFunction.h 				avmplus::NativeID::NAME##_abc_method_count, \
NativeID          410 core/NativeFunction.h 				avmplus::NativeID::NAME##_abc_class_count); \
NativeID          431 core/NativeFunction.h 		m[METHID].thunker = (AvmThunkNativeThunker)avmplus::NativeID::METHID##_thunk; 
NativeID          434 core/NativeFunction.h 		m[METHID].thunker = (AvmThunkNativeThunker)avmplus::NativeID::METHID##_thunk; 
NativeID          449 core/NativeFunction.h 		m[METHID].thunker = (AvmThunkNativeThunker)avmplus::NativeID::METHID##_thunk; 
NativeID          452 core/NativeFunction.h 		m[METHID].thunker = (AvmThunkNativeThunker)avmplus::NativeID::METHID##_thunk; 
NativeID          473 core/NativeFunction.h 				avmplus::NativeID::NAME##_abc_data, \
NativeID          474 core/NativeFunction.h 				avmplus::NativeID::NAME##_abc_length, \
NativeID          475 core/NativeFunction.h 				avmplus::NativeID::NAME##_abc_method_count, \
NativeID          476 core/NativeFunction.h 				avmplus::NativeID::NAME##_abc_class_count); \
NativeID          484 core/NativeFunction.h 		avmplus::NativeID::initBuiltinABC_##MAPNAME((CORE), (DOMAIN))
NativeID          487 core/NativeFunction.h 		avmplus::NativeID::initBuiltinABC_##MAPNAME((CORE), (CORE)->builtinDomain)
NativeID         1324 core/Toplevel.cpp 	DateClass* Toplevel::dateClass() { return (DateClass*)getBuiltinClass(avmplus::NativeID::abcclass_Date); }
NativeID         1325 core/Toplevel.cpp 	RegExpClass* Toplevel::regexpClass() { return (RegExpClass*)getBuiltinClass(avmplus::NativeID::abcclass_RegExp); }
NativeID         1326 core/Toplevel.cpp 	XMLClass* Toplevel::xmlClass() { return (XMLClass*)getBuiltinClass(avmplus::NativeID::abcclass_XML); }
NativeID         1327 core/Toplevel.cpp 	XMLListClass* Toplevel::xmlListClass() { return (XMLListClass*)getBuiltinClass(avmplus::NativeID::abcclass_XMLList); }
NativeID         1328 core/Toplevel.cpp 	QNameClass* Toplevel::qnameClass() { return (QNameClass*)getBuiltinClass(avmplus::NativeID::abcclass_QName); }
NativeID         1329 core/Toplevel.cpp 	ErrorClass* Toplevel::errorClass() const { return getErrorClass(avmplus::NativeID::abcclass_Error); }
NativeID         1330 core/Toplevel.cpp 	ErrorClass* Toplevel::argumentErrorClass() const { return getErrorClass(avmplus::NativeID::abcclass_ArgumentError); }
NativeID         1331 core/Toplevel.cpp 	ErrorClass* Toplevel::evalErrorClass() const { return getErrorClass(avmplus::NativeID::abcclass_EvalError); }
NativeID         1332 core/Toplevel.cpp 	ErrorClass* Toplevel::typeErrorClass() const { return getErrorClass(avmplus::NativeID::abcclass_TypeError); }
NativeID         1333 core/Toplevel.cpp 	ErrorClass* Toplevel::rangeErrorClass() const { return getErrorClass(avmplus::NativeID::abcclass_RangeError); }
NativeID         1334 core/Toplevel.cpp 	ErrorClass* Toplevel::uriErrorClass() const { return getErrorClass(avmplus::NativeID::abcclass_URIError); }
NativeID         1335 core/Toplevel.cpp 	ErrorClass* Toplevel::referenceErrorClass() const { return getErrorClass(avmplus::NativeID::abcclass_ReferenceError); }
NativeID         1336 core/Toplevel.cpp 	ErrorClass* Toplevel::securityErrorClass() const { return getErrorClass(avmplus::NativeID::abcclass_SecurityError); }
NativeID         1337 core/Toplevel.cpp 	ErrorClass* Toplevel::syntaxErrorClass() const { return getErrorClass(avmplus::NativeID::abcclass_SyntaxError); }
NativeID         1338 core/Toplevel.cpp 	ErrorClass* Toplevel::verifyErrorClass() const { return getErrorClass(avmplus::NativeID::abcclass_VerifyError); }
NativeID          106 core/builtin.h namespace avmplus { namespace NativeID {
NativeID          902 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          906 core/builtin.h         avmplus::NativeID::ObjectClassSlots m_slots_ObjectClass
NativeID          921 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          925 core/builtin.h         avmplus::NativeID::ClassClassSlots m_slots_ClassClass
NativeID          938 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          954 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          958 core/builtin.h         avmplus::NativeID::FunctionClassSlots m_slots_FunctionClass
NativeID          971 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          987 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          991 core/builtin.h         avmplus::NativeID::NamespaceClassSlots m_slots_NamespaceClass
NativeID         1006 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1010 core/builtin.h         avmplus::NativeID::BooleanClassSlots m_slots_BooleanClass
NativeID         1041 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1053 core/builtin.h         avmplus::NativeID::NumberClassSlots m_slots_NumberClass
NativeID         1072 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1078 core/builtin.h         avmplus::NativeID::IntClassSlots m_slots_IntClass
NativeID         1097 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1103 core/builtin.h         avmplus::NativeID::UIntClassSlots m_slots_UIntClass
NativeID         1118 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1122 core/builtin.h         avmplus::NativeID::StringClassSlots m_slots_StringClass
NativeID         1147 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1156 core/builtin.h         avmplus::NativeID::ArrayClassSlots m_slots_ArrayClass
NativeID         1169 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1183 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1197 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1211 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1225 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1239 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1253 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1267 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1281 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1295 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1309 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1323 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1355 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1367 core/builtin.h         avmplus::NativeID::MathClassSlots m_slots_MathClass
NativeID         1382 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1386 core/builtin.h         avmplus::NativeID::ErrorClassSlots m_slots_ErrorClass
NativeID         1417 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1426 core/builtin.h         avmplus::NativeID::ErrorObjectSlots m_slots_ErrorObject
NativeID         1441 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1445 core/builtin.h         avmplus::NativeID::DefinitionErrorClassSlots m_slots_DefinitionErrorClass
NativeID         1458 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1474 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1478 core/builtin.h         avmplus::NativeID::EvalErrorClassSlots m_slots_EvalErrorClass
NativeID         1491 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1507 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1511 core/builtin.h         avmplus::NativeID::RangeErrorClassSlots m_slots_RangeErrorClass
NativeID         1524 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1540 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1544 core/builtin.h         avmplus::NativeID::ReferenceErrorClassSlots m_slots_ReferenceErrorClass
NativeID         1557 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1573 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1577 core/builtin.h         avmplus::NativeID::SecurityErrorClassSlots m_slots_SecurityErrorClass
NativeID         1590 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1606 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1610 core/builtin.h         avmplus::NativeID::SyntaxErrorClassSlots m_slots_SyntaxErrorClass
NativeID         1623 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1639 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1643 core/builtin.h         avmplus::NativeID::TypeErrorClassSlots m_slots_TypeErrorClass
NativeID         1656 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1672 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1676 core/builtin.h         avmplus::NativeID::URIErrorClassSlots m_slots_URIErrorClass
NativeID         1689 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1705 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1709 core/builtin.h         avmplus::NativeID::VerifyErrorClassSlots m_slots_VerifyErrorClass
NativeID         1722 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1738 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1742 core/builtin.h         avmplus::NativeID::UninitializedErrorClassSlots m_slots_UninitializedErrorClass
NativeID         1755 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1771 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1775 core/builtin.h         avmplus::NativeID::ArgumentErrorClassSlots m_slots_ArgumentErrorClass
NativeID         1788 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1804 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1808 core/builtin.h         avmplus::NativeID::DateClassSlots m_slots_DateClass
NativeID         1821 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1837 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1841 core/builtin.h         avmplus::NativeID::RegExpClassSlots m_slots_RegExpClass
NativeID         1854 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1870 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1874 core/builtin.h         avmplus::NativeID::XMLClassSlots m_slots_XMLClass
NativeID         1887 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1903 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1907 core/builtin.h         avmplus::NativeID::XMLListClassSlots m_slots_XMLListClass
NativeID         1920 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1936 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID         1940 core/builtin.h         avmplus::NativeID::QNameClassSlots m_slots_QNameClass
NativeID         1953 core/builtin.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          367 extensions/SamplerScript.cpp 			StackFrameClass* sfcc = (StackFrameClass*)toplevel->getBuiltinExtensionClass(NativeID::abcclass_flash_sampler_StackFrame);
NativeID          415 extensions/SamplerScript.cpp 				SampleObject* sam = new_sam(self, sample, NativeID::abcclass_flash_sampler_Sample);
NativeID          422 extensions/SamplerScript.cpp 				DeleteObjectSampleObject* dsam = (DeleteObjectSampleObject*)new_sam(self, sample, NativeID::abcclass_flash_sampler_DeleteObjectSample);
NativeID          429 extensions/SamplerScript.cpp 				NewObjectSampleObject* nsam = (NewObjectSampleObject*)new_sam(self, sample, NativeID::abcclass_flash_sampler_NewObjectSample);
NativeID          441 extensions/SamplerScript.cpp 				NewObjectSampleObject* nsam = (NewObjectSampleObject*)new_sam(self, sample, NativeID::abcclass_flash_sampler_NewObjectSample);
NativeID           44 shell/DataIO.cpp     #define M_ERROR_CLASS(class_id) ((ErrorClass*)m_toplevel->getPlayerClass(avmplus::NativeID::abcclass_##class_id))
NativeID           84 shell/ShellCore.cpp 		shellClasses = (ClassClosure**) core()->GetGC()->Calloc(avmplus::NativeID::shell_toplevel_abc_class_count, 
NativeID          171 shell/ShellCore.cpp             avmplus::NativeID::shell_toplevel_abc_method_count,
NativeID          172 shell/ShellCore.cpp             avmplus::NativeID::shell_toplevel_abc_class_count);
NativeID          173 shell/ShellCore.cpp         shellNInit.fillInClasses(avmplus::NativeID::shell_toplevel_classEntries);
NativeID          174 shell/ShellCore.cpp         shellNInit.fillInMethods(avmplus::NativeID::shell_toplevel_methodEntries);
NativeID           73 shell/shell_toplevel.h namespace avmplus { namespace NativeID {
NativeID          387 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          401 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          417 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          421 shell/shell_toplevel.h         avmplus::NativeID::_avmshell_SystemClassSlots m_slots_SystemClass
NativeID          434 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          448 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          462 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          476 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          490 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          504 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          540 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          551 shell/shell_toplevel.h         avmplus::NativeID::StackFrameObjectSlots m_slots_StackFrameObject
NativeID          564 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          589 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          596 shell/shell_toplevel.h         avmplus::NativeID::SampleObjectSlots m_slots_SampleObject
NativeID          609 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          634 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          641 shell/shell_toplevel.h         avmplus::NativeID::NewObjectSampleObjectSlots m_slots_NewObjectSampleObject
NativeID          654 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          676 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          683 shell/shell_toplevel.h         avmplus::NativeID::DeleteObjectSampleObjectSlots m_slots_DeleteObjectSampleObject
NativeID          710 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          720 shell/shell_toplevel.h         avmplus::NativeID::TraceClassSlots m_slots_TraceClass
NativeID          733 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          747 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          761 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \
NativeID          775 shell/shell_toplevel.h         friend class avmplus::NativeID::SlotOffsetsAndAsserts; \