Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.h363 using StubIdType = std::variant<RuntimeStubCSigns::ID, CommonStubCSigns::ID, LLVMValueRef>; variable
Dllvm_ir_builder.cpp559 StubIdType stubId = RTSTUB_ID(CallRuntime); in VisitRuntimeCall()
628 StubIdType stubId = RTSTUB_ID(CallRuntimeWithArgv); in VisitRuntimeCallWithArgv()
2214 StubIdType stubId = RTSTUB_ID(DeoptHandlerAsm); in GenDeoptEntry()