Home
last modified time | relevance | path

Searched refs:GetHomeObjectFromFunction (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h107 inline GateRef GetHomeObjectFromFunction(GateRef function);
Dinterpreter_stub-inl.h283 GateRef InterpreterStubBuilder::GetHomeObjectFromFunction(GateRef function) in GetHomeObjectFromFunction() function
Dcircuit_builder.cpp541 GateRef CircuitBuilder::GetHomeObjectFromFunction(GateRef function) in GetHomeObjectFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h252 GateRef GetHomeObjectFromFunction(GateRef function);
Dstub_builder-inl.h2655 inline GateRef StubBuilder::GetHomeObjectFromFunction(GateRef function) in GetHomeObjectFromFunction() function
2657 return env_->GetBuilder()->GetHomeObjectFromFunction(function); in GetHomeObjectFromFunction()
Dnew_object_stub_builder.cpp562 SetHomeObjectToFunction(glue_, result->ReadVariable(), GetHomeObjectFromFunction(jsFunc)); in NewJSFunction()
Dstub_builder.h655 GateRef GetHomeObjectFromFunction(GateRef function);
Dinterpreter_stub.cpp4374 SetHomeObjectToFunction(glue, result, GetHomeObjectFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4398 SetHomeObjectToFunction(glue, result, GetHomeObjectFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()