Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_task.cpp224 char *funcAddr = reinterpret_cast<char *>(machineCode->GetFuncAddr()); in DumpJitCode() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp149 char *funcAddr = reinterpret_cast<char *>(machineCode->GetFuncAddr()); in DumpJitCode() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1636 MIRAddroffuncConst &funcAddr = static_cast<MIRAddroffuncConst &>(mirConst); in EmitSingleElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp458 Stmt &LMIRBuilder::ICall(Expr funcAddr, Args &args_, Var *result) in ICall() argument
473 Stmt &LMIRBuilder::ICall(Expr funcAddr, Args &args_, PregIdx pregIdx) in ICall() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp727 MIRAddroffuncConst &funcAddr = static_cast<MIRAddroffuncConst &>(mirConst); in EmitAsmLabel() local
762 MIRAddroffuncConst &funcAddr = static_cast<MIRAddroffuncConst &>(elemConst); in EmitAsmLabel() local
1767 MIRAddroffuncConst *funcAddr = safe_cast<MIRAddroffuncConst>(aggConst->GetConstVecItem(i)); in EmitAsmLabel() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1287 Expr funcAddr = lmirBuilder_->Iread(glueType, rtbaseAddr, glueTypePtr); in GetFunction() local
2806 Expr funcAddr = lmirBuilder_->Iread(rtoffset.GetType(), patchAddr, lmirBuilder_->i64PtrType); in GenDeoptEntry() local

Completed in 16 milliseconds