Home
last modified time | relevance | path

Searched refs:GetCodeAddr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp3382 GateRef code = builder_.GetCodeAddr(func); in LowerNewFastCall()
3405 GateRef code = builder_.GetCodeAddr(func); in LowerNewFastCall()
3470 GateRef code = builder_.GetCodeAddr(func); in LowerFastCall()
3499 GateRef code = builder_.GetCodeAddr(func); in LowerFastCall()
3545 GateRef code = builder_.GetCodeAddr(func); in LowerTypedCall()
3562 GateRef code = builder_.GetCodeAddr(func); in LowerTypedFastCall()
Dcircuit_builder.cpp939 GateRef CircuitBuilder::GetCodeAddr(GateRef jsFunc) in GetCodeAddr() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h282 GateRef GetCodeAddr(GateRef jsFunc);
Dstub_builder-inl.h272 return env_->GetBuilder()->GetCodeAddr(jsFunc); in GetAotCodeAddr()