Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h551 GateRef GetHomeObjectFromJSFunction(GateRef object);
Dstub_builder-inl.h2145 inline GateRef StubBuilder::GetHomeObjectFromJSFunction(GateRef object) in GetHomeObjectFromJSFunction() function
Dinterpreter_stub.cpp4442 varAcc = GetHomeObjectFromJSFunction(state); in DECLARE_ASM_HANDLER()