Searched refs:SetStubKind (Results 1 – 2 of 2) sorted by relevance
261 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 …]
142 void SetStubKind(CallStubKind kind) in SetStubKind() function