| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | access_object_stub_builder.h | 30 explicit AccessObjectStubBuilder(StubBuilder *parent, GateRef jsFunc) in AccessObjectStubBuilder()
|
| D | slowpath_lowering.cpp | 118 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerGetEnv() local 814 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCallStubWithIC() local 915 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in SaveFrameToContext() local 1204 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerThrowUndefinedIfHoleWithName() local 1583 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local 1609 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateObjectWithBuffer() local 1625 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local 1636 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerSetGeneratorState() local 1668 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdBigInt() local 1701 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerDynamicImport() local [all …]
|
| D | common_stubs.cpp | 67 GateRef jsFunc = TaggedArgument(1); in GenerateCircuit() local 336 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local 538 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local 561 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local 575 GateRef jsFunc = TaggedArgument(5); // 5 : 6th para in GenerateCircuit() local 589 GateRef jsFunc = TaggedArgument(6); // 6 : 7th para in GenerateCircuit() local 619 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local 640 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local 738 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para in GenerateCircuit() local 751 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local [all …]
|
| D | ntype_hcr_lowering.cpp | 91 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local 289 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerStoreModuleVar() local 321 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerLdLocalModuleVar() local
|
| D | ntype_bytecode_lowering.cpp | 333 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdLocalMoudleVar() local 342 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
|
| D | new_object_stub_builder.cpp | 1089 void NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef lengt… in NewJSFunction() 1134 void NewObjectStubBuilder::SetProfileTypeInfoCellToFunction(GateRef jsFunc, GateRef definedFunc, Ga… in SetProfileTypeInfoCellToFunction() 1878 GateRef NewObjectStubBuilder::LoadTrackInfo(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, in LoadTrackInfo() 1917 …GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, GateRef arrayLiteral, ProfileOperation call… in LoadArrayHClassSlowPath() 2014 GateRef NewObjectStubBuilder::CreateEmptyArray(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInf… in CreateEmptyArray() 2050 GateRef NewObjectStubBuilder::CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, in CreateArrayWithBuffer()
|
| D | access_object_stub_builder.cpp | 67 … GateRef propKey, GateRef jsFunc, GateRef slotId, in LoadObjByNameWithMega() 97 … GateRef megaStubCache, GateRef propKey, GateRef jsFunc, in StoreObjByNameWithMega()
|
| D | hcr_circuit_builder.cpp | 596 GateRef CircuitBuilder::StoreModuleVar(GateRef jsFunc, GateRef index, GateRef value) in StoreModuleVar() 608 GateRef CircuitBuilder::LdLocalModuleVar(GateRef jsFunc, GateRef index) in LdLocalModuleVar()
|
| D | bytecode_circuit_builder.h | 556 void GetCurrentConstpool(GateRef jsFunc, GateRef &sharedConstPool, GateRef &unSharedConstPool) in GetCurrentConstpool()
|
| D | circuit.cpp | 523 GateRef Circuit::GetInitialEnvGate(GateRef depend, GateRef jsFunc) in GetInitialEnvGate()
|
| D | hcr_circuit_builder.h | 267 inline GateRef CircuitBuilder::CanFastCall(GateRef jsFunc) in CanFastCall()
|
| D | circuit_builder.cpp | 593 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() 848 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in GetObjectByIndexFromConstPool() local 1006 GateRef CircuitBuilder::GetCodeAddr(GateRef jsFunc) in GetCodeAddr()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_shared_module_manager.cpp | 42 …edModuleManager::GetSendableModuleValueInner(JSThread* thread, int32_t index, JSTaggedValue jsFunc) in GetSendableModuleValueInner() 69 … SharedModuleManager::GetSendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetSendableModuleValue() 103 …redModuleManager::GetLazySendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetLazySendableModuleValue()
|
| D | js_module_manager.cpp | 61 JSTaggedValue ModuleManager::GetModuleValueInner(int32_t index, JSTaggedValue jsFunc) in GetModuleValueInner() 84 JSTaggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetModuleValueOutter() 156 JSTaggedValue ModuleManager::GetLazyModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetLazyModuleValueOutter() 240 void ModuleManager::StoreModuleValue(int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue() 269 JSTaggedValue ModuleManager::GetModuleValueInner(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueInner() 285 JSTaggedValue ModuleManager::GetModuleValueOutter(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueOutter() 327 void ModuleManager::StoreModuleValue(JSTaggedValue key, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 99 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local 209 JSHandle<FunctionTemplate> jsFunc = in EnumerateLiteralVals() local 294 JSHandle<JSFunction> jsFunc; in CreateJSFunctionInLiteral() local 349 JSHandle<JSFunction> jsFunc = CreateJSFunctionInLiteral(vm, method, kind, classKind); in DefineMethodInLiteral() local 488 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_global_test.cpp | 38 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local 236 …JSFunction *jsFunc = thread->GetEcmaVM()->GetGlobalEnv()->GetObjectFunction().GetObject<JSFunction… in HWTEST_F_L0() local 279 …JSFunction *jsFunc = thread->GetEcmaVM()->GetGlobalEnv()->GetObjectFunction().GetObject<JSFunction… in HWTEST_F_L0() local
|
| D | builtins_weak_set_test.cpp | 47 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| D | builtins_weak_map_test.cpp | 51 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_array_test.cpp | 31 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in JSArrayTestCreate() local 155 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in HWTEST_F_L0() local
|
| D | weak_ref_old_gc_test.cpp | 49 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectTestCreate() local
|
| D | ecma_container_common.h | 63 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| D | dump_test.cpp | 353 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local 539 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetFunctionFunction(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 989 …untimeStubs::SetProfileTypeInfoCellToFunction(JSThread *thread, const JSHandle<JSFunction> &jsFunc, in SetProfileTypeInfoCellToFunction() 1352 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace() 1363 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace() 1374 JSTaggedValue jsFunc) in RuntimeStModuleVar() 1385 JSTaggedValue jsFunc) in RuntimeStModuleVar() 1407 …dValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLocalModuleVar() 1430 …imeStubs::RuntimeLdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdSendableExternalModuleVar() 1435 …untimeStubs::RuntimeLdSendableLocalModuleVar(JSThread* thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdSendableLocalModuleVar() 1440 …lue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdExternalModuleVar() 1445 …RuntimeStubs::RuntimeLdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLazyExternalModuleVar() [all …]
|
| D | runtime_stubs.cpp | 1823 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local 1848 JSTaggedValue jsFunc = GetArg(argv, argc, 2); in DEF_RUNTIME_STUBS() local 1896 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1904 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1912 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1920 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1928 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local 1936 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 3179 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 3200 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 3228 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 3256 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 3648 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 3668 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 3709 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 3734 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 3755 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 3795 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local
|