Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h765 GateRef GetHomeObjectFromJSFunction(GateRef object);
Dstub_builder-inl.h2996 inline GateRef StubBuilder::GetHomeObjectFromJSFunction(GateRef object) in GetHomeObjectFromJSFunction() function
Dinterpreter_stub.cpp5246 varAcc = GetHomeObjectFromJSFunction(state); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp5377 GateRef result = GetHomeObjectFromJSFunction(state); in GenerateCircuit()