Home
last modified time | relevance | path

Searched defs:homeObject (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp594 const JSHandle<JSObject> &homeObject, in CreateJSFunctionFromTemplate()
942const JSHandle<JSObject> &homeObject, in CreateSFunctionFromTemplate()
1171 const JSHandle<JSTaggedValue> &homeObject, const JSHandle<JSFunction> &ctor) in UpdateAccessorFunction()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp953 JSTaggedValue homeObject) in DefineFunc()
1015 …ggedValue SlowRuntimeStub::DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObject, in DefineMethod()
Dinterpreter-inl.cpp3850 … JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject(thread); in RunInternal() local
5060 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local
5083 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local
Dinterpreter_assembly.cpp4091 JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject(thread); in HandleDeprecatedLdhomeobjectPrefNone() local
6899 JSTaggedValue homeObject = GET_ACC(); in HandleDefinemethodImm16Id16Imm8() local
7009 JSTaggedValue homeObject = GET_ACC(); in HandleDefinemethodImm8Id16Imm8() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1227 GateRef NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef method, GateRef homeObject) in NewJSFunction()
1240 GateRef NewObjectStubBuilder::DefineMethod(GateRef glue, GateRef method, GateRef homeObject, GateRe… in DefineMethod()
Dslowpath_lowering.cpp3346 GateRef homeObject = acc_.GetValueIn(gate, 4); // 4: homeObject in LowerDefineMethod() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2441 const JSHandle<JSTaggedValue> &homeObject) in RuntimeDefinefunc()
2605const JSHandle<JSTaggedValue> &homeObject, uint16_t length, in RuntimeDefineMethod()
Druntime_stubs.cpp2600 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the fifth … in DEF_RUNTIME_STUBS() local
2645 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp5402 const JSHandle<JSTaggedValue> &homeObject) in NewJSFunction()