Searched defs:homeObject (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | class_info_extractor.cpp | 584 CreateJSFunctionFromTemplate(JSThread *thread, const JSHandle<FunctionTemplate> &funcTemp, const JSHandle<JSObject> &homeObject, const JSHandle<JSTaggedValue> &lexenv) CreateJSFunctionFromTemplate() argument 916 CreateSFunctionFromTemplate(JSThread *thread, const JSHandle<FunctionTemplate> &funcTemp, const JSHandle<JSObject> &homeObject, const JSHandle<JSTaggedValue> &lexenv) CreateSFunctionFromTemplate() argument 1109 UpdateAccessorFunction(JSThread *thread, const JSMutableHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &homeObject, const JSHandle<JSFunction> &ctor) UpdateAccessorFunction() argument
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 1015 JSTaggedValue SlowRuntimeStub::DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObject, in DefineMethod() argument 951 DefineFunc(JSThread *thread, JSTaggedValue constPool, uint16_t methodId, JSTaggedValue module, uint16_t length, JSTaggedValue env, JSTaggedValue homeObject) DefineFunc() argument
|
| H A D | interpreter-inl.cpp | 3840 JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject(); in RunInternal() local 5024 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local 5046 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 2478 JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS() local 2523 JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | slowpath_lowering.cpp | 3070 GateRef homeObject = acc_.GetValueIn(gate, 4); // 4: homeObject in LowerDefineMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_factory.cpp | 5007 NewJSFunction(const JSHandle<Method> &methodHandle, const JSHandle<JSTaggedValue> &homeObject) NewJSFunction() argument
|
Completed in 45 milliseconds