Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2951 GateRef code = builder_.GetCodeAddr(method); in LowerFastCall()
2981 GateRef code = builder_.GetCodeAddr(method); in LowerFastCall()
3028 GateRef code = builder_.GetCodeAddr(method); in LowerTypedCall()
3046 GateRef code = builder_.GetCodeAddr(method); in LowerTypedFastCall()
Dcircuit_builder.cpp827 GateRef CircuitBuilder::GetCodeAddr(GateRef method) in GetCodeAddr() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h239 GateRef GetCodeAddr(GateRef method);
Dstub_builder-inl.h248 return env_->GetBuilder()->GetCodeAddr(method); in GetAotCodeAddr()