Home
last modified time | relevance | path

Searched defs:funcAddr (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp459 Stmt &LMIRBuilder::TailICall(Expr funcAddr, Args &args_) in TailICall()
469 Stmt &LMIRBuilder::PureCall(Expr funcAddr, Args &args_, Var *result) in PureCall()
479 Stmt &LMIRBuilder::ICall(Expr funcAddr, Args &args_, Var *result) in ICall()
494 Stmt &LMIRBuilder::ICall(Expr funcAddr, Args &args_, PregIdx pregIdx) in ICall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp726 MIRAddroffuncConst &funcAddr = static_cast<MIRAddroffuncConst &>(mirConst); in EmitAsmLabel() local
761 MIRAddroffuncConst &funcAddr = static_cast<MIRAddroffuncConst &>(elemConst); in EmitAsmLabel() local
1766 MIRAddroffuncConst *funcAddr = safe_cast<MIRAddroffuncConst>(aggConst->GetConstVecItem(i)); in EmitAsmLabel() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp227 char *funcAddr = reinterpret_cast<char *>(machineCode->GetFuncAddr()); in DumpJitCode() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp120 char *funcAddr = reinterpret_cast<char *>(machineCode->GetFuncAddr()); in DumpJitCode() local
712 uintptr_t funcAddr = currentPtr; in ArkGetFunction() local
768 uintptr_t funcAddr = 0; in ArkGetMethodIdWithJit() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1768 MIRAddroffuncConst &funcAddr = static_cast<MIRAddroffuncConst &>(mirConst); in EmitSingleElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1421 Expr funcAddr = lmirBuilder_->Iread(glueType, rtbaseAddr, glueTypePtr); in GetFunction() local
2867 Expr funcAddr = lmirBuilder_->Iread(rtoffset.GetType(), patchAddr, lmirBuilder_->i64PtrType); in GenDeoptEntry() local