Lines Matching refs:PlatformCodeStub
258 class PlatformCodeStub : public CodeStub {
264 explicit PlatformCodeStub(Isolate* isolate) : CodeStub(isolate) {} in PlatformCodeStub() function
272 DEFINE_CODE_STUB_BASE(PlatformCodeStub, CodeStub);
461 class CallApiCallbackStub : public PlatformCodeStub {
467 : PlatformCodeStub(isolate) { in CallApiCallbackStub()
481 DEFINE_PLATFORM_CODE_STUB(CallApiCallback, PlatformCodeStub);
487 class CallApiGetterStub : public PlatformCodeStub {
490 explicit CallApiGetterStub(Isolate* isolate) : PlatformCodeStub(isolate) {} in CallApiGetterStub()
494 DEFINE_PLATFORM_CODE_STUB(CallApiGetter, PlatformCodeStub);
497 class JSEntryStub : public PlatformCodeStub {
501 : PlatformCodeStub(isolate) { in JSEntryStub()
508 : PlatformCodeStub(isolate) { in JSEntryStub()
549 DEFINE_PLATFORM_CODE_STUB(JSEntry, PlatformCodeStub);
636 class ProfileEntryHookStub : public PlatformCodeStub {
638 explicit ProfileEntryHookStub(Isolate* isolate) : PlatformCodeStub(isolate) {} in ProfileEntryHookStub()
655 DEFINE_PLATFORM_CODE_STUB(ProfileEntryHook, PlatformCodeStub);