Home
last modified time | relevance | path

Searched refs:GetConstPoolFromFunction (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.cpp217 GateRef constpool = GetConstPoolFromFunction(jsFunc_); in ResolvePropKey()
Dcircuit_builder.cpp576 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h278 GateRef GetConstPoolFromFunction(GateRef jsFunc);
Dstub_builder.h821 GateRef GetConstPoolFromFunction(GateRef jsFunc);
Dnew_object_stub_builder.cpp1108 GateRef constPool = GetConstPoolFromFunction(jsFunc); in NewJSFunction()
Dstub_builder.cpp7716 GateRef StubBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() function in panda::ecmascript::kungfu::StubBuilder
7718 return env_->GetBuilder()->GetConstPoolFromFunction(jsFunc); in GetConstPoolFromFunction()