Searched defs:homeObject (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 590 const JSHandle<JSObject> &homeObject, in CreateJSFunctionFromTemplate() 930 … const JSHandle<JSObject> &homeObject, in CreateSFunctionFromTemplate() 1157 const JSHandle<JSTaggedValue> &homeObject, const JSHandle<JSFunction> &ctor) in UpdateAccessorFunction()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 953 JSTaggedValue homeObject) in DefineFunc() 1015 …ggedValue SlowRuntimeStub::DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObject, in DefineMethod()
|
| D | interpreter-inl.cpp | 3831 JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject(); in RunInternal() local 5015 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local 5037 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local
|
| D | interpreter_assembly.cpp | 4052 JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject(); in HandleDeprecatedLdhomeobjectPrefNone() local 6842 JSTaggedValue homeObject = GET_ACC(); in HandleDefinemethodImm16Id16Imm8() local 6952 JSTaggedValue homeObject = GET_ACC(); in HandleDefinemethodImm8Id16Imm8() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2299 const JSHandle<JSTaggedValue> &homeObject) in RuntimeDefinefunc() 2460 … const JSHandle<JSTaggedValue> &homeObject, uint16_t length, in RuntimeDefineMethod()
|
| D | runtime_stubs.cpp | 2510 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the fifth … in DEF_RUNTIME_STUBS() local 2555 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first… in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 2967 GateRef homeObject = acc_.GetValueIn(gate, 4); // 4: homeObject in LowerDefineMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 5230 const JSHandle<JSTaggedValue> &homeObject) in NewJSFunction()
|