Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp222 char *funcAddr = reinterpret_cast<char *>(machineCode->GetFuncAddr()); in DumpJitCode() local
/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/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp458 Stmt &LMIRBuilder::PureCall(Expr funcAddr, Args &args_, Var *result) in PureCall()
468 Stmt &LMIRBuilder::ICall(Expr funcAddr, Args &args_, Var *result) in ICall()
483 Stmt &LMIRBuilder::ICall(Expr funcAddr, Args &args_, PregIdx pregIdx) in ICall()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp148 char *funcAddr = reinterpret_cast<char *>(machineCode->GetFuncAddr()); in DumpJitCode() local
745 uintptr_t funcAddr = currentPtr; in ArkGetFunction() local
800 uintptr_t funcAddr = 0; in ArkGetMethodIdWithJit() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1638 MIRAddroffuncConst &funcAddr = static_cast<MIRAddroffuncConst &>(mirConst); in EmitSingleElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1309 Expr funcAddr = lmirBuilder_->Iread(glueType, rtbaseAddr, glueTypePtr); in GetFunction() local
2824 Expr funcAddr = lmirBuilder_->Iread(rtoffset.GetType(), patchAddr, lmirBuilder_->i64PtrType); in GenDeoptEntry() local