Home
last modified time | relevance | path

Searched refs:SetStubKind (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/compiler/
Dstub_descriptor.cpp261 descriptor->SetStubKind(StubDescriptor::CallStubKind::RUNTIME_STUB); in CALL_STUB_INIT_DESCRIPTOR()
313 descriptor->SetStubKind(StubDescriptor::CallStubKind::RUNTIME_STUB); in CALL_STUB_INIT_DESCRIPTOR()
376 descriptor->SetStubKind(StubDescriptor::CallStubKind::RUNTIME_STUB_NO_GC); in CALL_STUB_INIT_DESCRIPTOR()
391 descriptor->SetStubKind(StubDescriptor::CallStubKind::RUNTIME_STUB); in CALL_STUB_INIT_DESCRIPTOR()
403 descriptor->SetStubKind(StubDescriptor::CallStubKind::RUNTIME_STUB); in CALL_STUB_INIT_DESCRIPTOR()
417 descriptor->SetStubKind(StubDescriptor::CallStubKind::RUNTIME_STUB); in CALL_STUB_INIT_DESCRIPTOR()
431 descriptor->SetStubKind(StubDescriptor::CallStubKind::RUNTIME_STUB); in CALL_STUB_INIT_DESCRIPTOR()
446 descriptor->SetStubKind(StubDescriptor::CallStubKind::RUNTIME_STUB); in CALL_STUB_INIT_DESCRIPTOR()
462 descriptor->SetStubKind(StubDescriptor::CallStubKind::RUNTIME_STUB); in CALL_STUB_INIT_DESCRIPTOR()
477 descriptor->SetStubKind(StubDescriptor::CallStubKind::RUNTIME_STUB); in CALL_STUB_INIT_DESCRIPTOR()
[all …]
Dstub_descriptor.h142 void SetStubKind(CallStubKind kind) in SetStubKind() function