Home
last modified time | relevance | path

Searched refs:GetGlue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h37 inline GateRef GetGlue(GateRef info) in GetGlue() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.h507 LLVMValueRef GetGlue(const std::vector<GateRef> &inList);
Dllvm_ir_builder.cpp560 LLVMValueRef glue = GetGlue(inList); in VisitRuntimeCall()
629 LLVMValueRef glue = GetGlue(inList); in VisitRuntimeCallWithArgv()
711 LLVMValueRef LLVMIRBuilder::GetGlue(const std::vector<GateRef> &inList) in GetGlue() function in panda::ecmascript::kungfu::LLVMIRBuilder
813 LLVMValueRef glue = GetGlue(inList); in VisitCall()