Home
last modified time | relevance | path

Searched refs:GetGlue (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.h37 inline GateRef GetGlue(GateRef info) in GetGlue() function in panda::ecmascript::kungfu::BuiltinsStubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.h417 LLVMValueRef GetGlue(const std::vector<GateRef> &inList);
H A Dllvm_ir_builder.cpp646 LLVMValueRef glue = GetGlue(inList); in VisitRuntimeCall()
724 LLVMValueRef glue = GetGlue(inList); in VisitRuntimeCallWithArgv()
806 LLVMValueRef LLVMIRBuilder::GetGlue(const std::vector<GateRef> &inList) in GetGlue() function in panda::ecmascript::kungfu::LLVMIRBuilder
958 LLVMValueRef glue = GetGlue(inList); in VisitCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.h164 maple::litecg::Expr GetGlue(const std::vector<GateRef> &inList);
H A Dlitecg_ir_builder.cpp756 Expr LiteCGIRBuilder::GetGlue(const std::vector<GateRef> &inList) in GetGlue() function in panda::ecmascript::kungfu::LiteCGIRBuilder
1322 Expr glue = GetGlue(inList); in VisitRuntimeCall()
1439 Expr glue = GetGlue(inList); in VisitRuntimeCallWithArgv()
1494 Expr glue = GetGlue(inList); in VisitCall()

Completed in 21 milliseconds