Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.h297 #define DEFINE_PLATFORM_CODE_STUB(NAME, SUPER) \ macro
710 DEFINE_PLATFORM_CODE_STUB(Instanceof, PlatformCodeStub);
742 DEFINE_PLATFORM_CODE_STUB(ArrayConstructor, PlatformCodeStub);
754 DEFINE_PLATFORM_CODE_STUB(InternalArrayConstructor, PlatformCodeStub);
784 DEFINE_PLATFORM_CODE_STUB(MathPow, PlatformCodeStub);
826 DEFINE_PLATFORM_CODE_STUB(CallIC, PlatformCodeStub);
842 DEFINE_PLATFORM_CODE_STUB(CallIC_Array, CallICStub);
858 DEFINE_PLATFORM_CODE_STUB(FunctionPrototype, PlatformCodeStub);
872 DEFINE_PLATFORM_CODE_STUB(LoadIndexedInterceptor, PlatformCodeStub);
1079 DEFINE_PLATFORM_CODE_STUB(CallApiFunction, PlatformCodeStub);
[all …]
/external/v8/src/mips/
Dcode-stubs-mips.h59 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub);
72 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub);
121 DEFINE_PLATFORM_CODE_STUB(WriteInt32ToHeapNumber, PlatformCodeStub);
341 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
389 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);
334 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
382 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
/external/v8/src/mips64/
Dcode-stubs-mips64.h60 DEFINE_PLATFORM_CODE_STUB(StoreRegistersState, PlatformCodeStub);
73 DEFINE_PLATFORM_CODE_STUB(RestoreRegistersState, PlatformCodeStub);
343 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
391 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);
/external/v8/src/arm/
Dcode-stubs-arm.h83 DEFINE_PLATFORM_CODE_STUB(WriteInt32ToHeapNumber, PlatformCodeStub);
299 DEFINE_PLATFORM_CODE_STUB(DirectCEntry, PlatformCodeStub);
347 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);
/external/v8/src/ia32/
Dcode-stubs-ia32.h113 DEFINE_PLATFORM_CODE_STUB(NameDictionaryLookup, PlatformCodeStub);