Searched defs:funcAddr (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 459 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/ |
| D | emit.cpp | 726 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/ |
| D | jit_task.cpp | 227 char *funcAddr = reinterpret_cast<char *>(machineCode->GetFuncAddr()); in DumpJitCode() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 120 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/ |
| D | x64_emitter.cpp | 1768 MIRAddroffuncConst &funcAddr = static_cast<MIRAddroffuncConst &>(mirConst); in EmitSingleElement() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1421 Expr funcAddr = lmirBuilder_->Iread(glueType, rtbaseAddr, glueTypePtr); in GetFunction() local 2867 Expr funcAddr = lmirBuilder_->Iread(rtoffset.GetType(), patchAddr, lmirBuilder_->i64PtrType); in GenDeoptEntry() local
|