Home
last modified time | relevance | path

Searched refs:DEFINE_PLATFORM_CODE_STUB (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dcode-stubs.h377 #define DEFINE_PLATFORM_CODE_STUB(NAME, SUPER) \ macro
875 DEFINE_PLATFORM_CODE_STUB(FastNewObject, PlatformCodeStub);
892 DEFINE_PLATFORM_CODE_STUB(FastNewRestParameter, PlatformCodeStub);
915 DEFINE_PLATFORM_CODE_STUB(FastNewSloppyArguments, PlatformCodeStub);
934 DEFINE_PLATFORM_CODE_STUB(FastNewStrictArguments, PlatformCodeStub);
1085 DEFINE_PLATFORM_CODE_STUB(ArrayConstructor, PlatformCodeStub);
1097 DEFINE_PLATFORM_CODE_STUB(InternalArrayConstructor, PlatformCodeStub);
1129 DEFINE_PLATFORM_CODE_STUB(MathPow, PlatformCodeStub);
1160 DEFINE_PLATFORM_CODE_STUB(CallIC, PlatformCodeStub);
1180 DEFINE_PLATFORM_CODE_STUB(FunctionPrototype, PlatformCodeStub);
[all …]
/external/v8/src/ppc/
Dcode-stubs-ppc.h61 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub);
74 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub);
282 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
323 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
/external/v8/src/arm64/
Dcode-stubs-arm64.h49 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub);
62 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub);
337 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
385 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
/external/v8/src/mips/
Dcode-stubs-mips.h61 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub);
74 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub);
293 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
341 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
/external/v8/src/mips64/
Dcode-stubs-mips64.h62 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub);
75 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub);
294 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
342 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
/external/v8/src/s390/
Dcode-stubs-s390.h58 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub);
70 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub);
307 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
347 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
/external/v8/src/arm/
Dcode-stubs-arm.h262 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
310 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
/external/v8/src/ia32/
Dcode-stubs-ia32.h113 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
/external/v8/src/x64/
Dcode-stubs-x64.h108 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
/external/v8/src/x87/
Dcode-stubs-x87.h113 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);