Searched refs:GetCodeAddr (Results 1 – 4 of 4) sorted by relevance
2951 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()
827 GateRef CircuitBuilder::GetCodeAddr(GateRef method) in GetCodeAddr() function in panda::ecmascript::kungfu::CircuitBuilder
239 GateRef GetCodeAddr(GateRef method);
248 return env_->GetBuilder()->GetCodeAddr(method); in GetAotCodeAddr()