Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.h29 explicit AccessObjectStubBuilder(StubBuilder *parent, GateRef jsFunc) in AccessObjectStubBuilder()
Dslowpath_lowering.cpp96 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerGetEnv() local
708 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCallStubWithIC() local
805 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in SaveFrameToContext() local
1101 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerThrowUndefinedIfHoleWithName() local
1464 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local
1474 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateObjectWithBuffer() local
1487 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
1498 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerSetGeneratorState() local
1530 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdBigInt() local
1560 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerDynamicImport() local
[all …]
Dcommon_stubs.cpp216 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
336 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
359 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local
390 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
411 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local
440 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para in GenerateCircuit() local
453 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
465 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para in GenerateCircuit() local
478 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
682 GateRef jsFunc = TaggedArgument(2); // 2 : 3rd para in GenerateCircuit() local
Dntype_mcr_lowering.cpp103 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local
119 GateRef NTypeMCRLowering::LoadFromConstPool(GateRef jsFunc, size_t index) in LoadFromConstPool()
Dtype_mcr_lowering.cpp393 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in BuildCompareSubTyping() local
437 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in BuildCompareHClass() local
519 GateRef TypeMCRLowering::LoadFromConstPool(GateRef jsFunc, size_t index) in LoadFromConstPool()
525 GateRef TypeMCRLowering::GetObjectFromConstPool(GateRef jsFunc, GateRef index) in GetObjectFromConstPool()
987 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerJSCallTargetTypeCheck() local
1011 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerJSFastCallTargetTypeCheck() local
1136 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerTypedNewAllocateThis() local
1309 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerInlineAccessorCheck() local
Dcircuit.cpp473 GateRef Circuit::GetInitialEnvGate(GateRef jsFunc) in GetInitialEnvGate()
Dnew_object_stub_builder.cpp533 GateRef glue, GateRef index, GateRef jsFunc, ProfileOperation callback) in CreateArrayWithBuffer()
Dcircuit_builder.cpp1208 GateRef CircuitBuilder::LoadObjectFromConstPool(GateRef jsFunc, GateRef index) in LoadObjectFromConstPool()
1321 GateRef CircuitBuilder::GetConstPool(GateRef jsFunc) in GetConstPool()
1456 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction()
1462 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef jsFunc, GateR… in GetObjectFromConstPool()
Dlcr_lowering.cpp164 GateRef jsFunc = acc_.GetValueIn(gate, 0); // 0: this object in LowerGetConstPool() local
Dstub_builder-inl.h2424 inline GateRef StubBuilder::GetProfileTypeInfo(GateRef jsFunc) in GetProfileTypeInfo()
2430 inline GateRef StubBuilder::LoadObjectFromConstPool(GateRef jsFunc, GateRef index) in LoadObjectFromConstPool()
2435 inline GateRef StubBuilder::LoadPfHeaderFromConstPool(GateRef jsFunc) in LoadPfHeaderFromConstPool()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp89 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local
183 JSHandle<JSFunction> jsFunc = in EnumerateLiteralVals() local
227 JSHandle<JSFunction> jsFunc = factory->NewJSFunction(method, kind, isLoadedAOT, canFastCall); in DefineMethodInLiteral() local
351 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local
438 JSHandle<JSFunction> jsFunc = in GetDatasIgnoreType() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp62 JSTaggedValue ModuleManager::GetModuleValueInner(int32_t index, JSTaggedValue jsFunc) in GetModuleValueInner()
85 JSTaggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetModuleValueOutter()
205 void ModuleManager::StoreModuleValue(int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue()
234 JSTaggedValue ModuleManager::GetModuleValueInner(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueInner()
250 JSTaggedValue ModuleManager::GetModuleValueOutter(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueOutter()
291 void ModuleManager::StoreModuleValue(JSTaggedValue key, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue()
/arkcompiler/ets_runtime/ecmascript/tests/
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
Dtagged_array_test.cpp55 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in JSArrayTestCreate() local
179 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in HWTEST_F_L0() 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_map_test.cpp75 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
Dbuiltins_weak_set_test.cpp71 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp533 JSHandle<ECMAObject> jsFunc(thread_, CallTarget); in UpdateAndDumpDeoptInfo() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1112 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace()
1123 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace()
1134 JSTaggedValue jsFunc) in RuntimeStModuleVar()
1145 JSTaggedValue jsFunc) in RuntimeStModuleVar()
1155 …dValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLocalModuleVar()
1165 …lue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdExternalModuleVar()
1181 JSTaggedValue jsFunc) in RuntimeLdModuleVar()
Druntime_stubs.cpp1176 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
1201 JSTaggedValue jsFunc = GetArg(argv, argc, 2); in DEF_RUNTIME_STUBS() local
1233 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
1241 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp53 JSHandle<JSTaggedValue> jsFunc(thread, func); in CallSpread() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1031 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in HWTEST_F_L0() local

12