Home
last modified time | relevance | path

Searched defs:jsFunc (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp241 GateRef SlowPathLowering::LoadObjectFromConstPool(GateRef jsFunc, GateRef index) in LoadObjectFromConstPool()
247 GateRef SlowPathLowering::GetProfileTypeInfo(GateRef jsFunc) in GetProfileTypeInfo()
254 GateRef SlowPathLowering::GetHomeObjectFromJSFunction(GateRef jsFunc) in GetHomeObjectFromJSFunction()
263 GateRef jsFunc = argAcc_.GetCommonArgGate(CommonArgIdx::FUNC); in Lower() local
821 void SlowPathLowering::SaveFrameToContext(GateRef gate, GateRef jsFunc) in SaveFrameToContext()
894 void SlowPathLowering::LowerSuspendGenerator(GateRef gate, GateRef jsFunc) in LowerSuspendGenerator()
935 void SlowPathLowering::LowerLoadStr(GateRef gate, GateRef jsFunc) in LowerLoadStr()
947 void SlowPathLowering::LowerTryLdGlobalByName(GateRef gate, GateRef jsFunc) in LowerTryLdGlobalByName()
972 void SlowPathLowering::LowerStGlobalVar(GateRef gate, GateRef jsFunc) in LowerStGlobalVar()
1216 void SlowPathLowering::LowerThrowUndefinedIfHoleWithName(GateRef gate, GateRef jsFunc) in LowerThrowUndefinedIfHoleWithName()
[all …]
Dtype_lowering.cpp268 GateRef jsFunc = argAcc.GetCommonArgGate(CommonArgIdx::FUNC); in LowerClassInstanceCheck() local
451 GateRef TypeLowering::GetConstPool(GateRef jsFunc) in GetConstPool()
457 GateRef TypeLowering::GetObjectFromConstPool(GateRef jsFunc, GateRef index) in GetObjectFromConstPool()
2822 GateRef jsFunc = argAcc.GetCommonArgGate(CommonArgIdx::FUNC); in LowerTypedNewAllocateThis() local
Dcircuit_builder.cpp732 GateRef CircuitBuilder::GetConstPool(GateRef jsFunc) in GetConstPool()
738 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef jsFunc, GateRef index, ConstPo… in GetObjectFromConstPool()
Dts_type_lowering.cpp103 GateRef jsFunc = argAcc.GetCommonArgGate(CommonArgIdx::FUNC); in Lower() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp107 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local
219 JSHandle<JSFunction> jsFunc = in EnumerateLiteralVals() local
260 …JSHandle<JSFunction> jsFunc = factory->NewJSFunctionByHClass(method, functionClass, MemSpaceType::… in DefineMethodInLiteral() local
400 …JSHandle<JSFunction> jsFunc = DefineMethodInLiteral(thread, jsPandaFile, method, kind, length, ent… in ExtractObjectDatas() local
493 JSHandle<JSFunction> jsFunc = in GetDatasIgnoreType() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp72 JSTaggedValue ModuleManager::GetModuleValueInner(int32_t index, JSTaggedValue jsFunc) in GetModuleValueInner()
98 JSTaggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetModuleValueOutter()
206 void ModuleManager::StoreModuleValue(int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue()
235 JSTaggedValue ModuleManager::GetModuleValueInner(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueInner()
251 JSTaggedValue ModuleManager::GetModuleValueOutter(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueOutter()
293 void ModuleManager::StoreModuleValue(JSTaggedValue key, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue()
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_array_test.cpp55 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in JSArrayTestCreate() local
179 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in HWTEST_F_L0() local
Dhuge_object_test.cpp63 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
Dweak_ref_semi_gc_test.cpp58 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
Dweak_ref_old_gc_test.cpp58 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectTestCreate() local
Ddump_test.cpp283 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local
449 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetFunctionFunction(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_global_test.cpp60 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local
Dbuiltins_weak_set_test.cpp71 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
Dbuiltins_weak_map_test.cpp75 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1036 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace()
1047 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace()
1058 JSTaggedValue jsFunc) in RuntimeStModuleVar()
1069 JSTaggedValue jsFunc) in RuntimeStModuleVar()
1079 …dValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLocalModuleVar()
1089 …lue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdExternalModuleVar()
1105 JSTaggedValue jsFunc) in RuntimeLdModuleVar()
1815 JSHandle<JSFunction> jsFunc; in RuntimeDefinefunc() local
1949 JSHandle<JSFunction> jsFunc = factory->NewJSFunctionByHClass(methodHandle, hclass); in RuntimeDefineMethod() local
Druntime_stubs.cpp1064 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
1089 JSTaggedValue jsFunc = GetArg(argv, argc, 2); in DEF_RUNTIME_STUBS() local
1121 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
1129 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp970 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp53 JSHandle<JSTaggedValue> jsFunc(thread, func); in CallSpread() local
Dinterpreter-inl.h4658 JSFunction *jsFunc = JSFunction::Cast(res.GetTaggedObject()); in RunInternal() local
4682 JSFunction *jsFunc = JSFunction::Cast(res.GetTaggedObject()); in RunInternal() local
Dinterpreter_assembly.cpp6531 JSFunction *jsFunc = JSFunction::Cast(res.GetTaggedObject()); in HandleDefinefuncImm16Id16Imm8() local
6559 JSFunction *jsFunc = JSFunction::Cast(res.GetTaggedObject()); in HandleDefinefuncImm8Id16Imm8() local