Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp3035 GateRef code = builder_.GetCodeAddr(method); in LowerFastCall()
3065 GateRef code = builder_.GetCodeAddr(method); in LowerFastCall()
3111 GateRef code = builder_.GetCodeAddr(method); in LowerTypedCall()
3129 GateRef code = builder_.GetCodeAddr(method); in LowerTypedFastCall()
Dcircuit_builder.h613 GateRef GetCodeAddr(GateRef method);
Dstub_builder-inl.h235 return env_->GetBuilder()->GetCodeAddr(method); in GetAotCodeAddr()
Dcircuit_builder.cpp1714 GateRef CircuitBuilder::GetCodeAddr(GateRef method) in GetCodeAddr() function in panda::ecmascript::kungfu::CircuitBuilder