| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | access_object_stub_builder.h | 29 explicit AccessObjectStubBuilder(StubBuilder *parent, GateRef jsFunc) in AccessObjectStubBuilder() argument
|
| H A D | ntype_bytecode_lowering.cpp | 335 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdLocalMoudleVar() local 344 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
|
| H A D | common_stubs.cpp | 71 GateRef jsFunc = TaggedArgument(1); in GenerateCircuit() local 284 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local 466 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local 489 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local 520 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para GenerateCircuit() local 541 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para GenerateCircuit() local 639 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para GenerateCircuit() local 652 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para GenerateCircuit() local 664 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para GenerateCircuit() local 677 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para GenerateCircuit() local 931 GateRef jsFunc = TaggedArgument(2); // 2 : 3rd para GenerateCircuit() local [all...] |
| H A D | circuit.cpp | 526 GateRef Circuit::GetInitialEnvGate(GateRef depend, GateRef jsFunc) in GetInitialEnvGate() argument
|
| H A D | hcr_circuit_builder.h | 253 inline GateRef CircuitBuilder::CanFastCall(GateRef jsFunc) in CanFastCall() argument
|
| H A D | ntype_hcr_lowering.cpp | 91 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local 292 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerStoreModuleVar() local 324 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerLdLocalModuleVar() local
|
| H A D | bytecode_circuit_builder.h | 552 void GetCurrentConstpool(GateRef jsFunc, GateRef &sharedConstPool, GateRef &unSharedConstPool) in GetCurrentConstpool() argument
|
| H A D | hcr_circuit_builder.cpp | 603 GateRef CircuitBuilder::StoreModuleVar(GateRef jsFunc, GateRef index, GateRef value) in StoreModuleVar() argument 615 GateRef CircuitBuilder::LdLocalModuleVar(GateRef jsFunc, GateRef index) in LdLocalModuleVar() argument
|
| H A D | mcr_circuit_builder.h | 309 inline GateRef CircuitBuilder::JudgeAotAndFastCall(GateRef jsFunc, JudgeMethodType type) in JudgeAotAndFastCall() argument
|
| H A D | frame_states.cpp | 430 GateRef jsFunc = acc_.GetValueIn(frameArgs, static_cast<size_t>(FrameArgIdx::FUNC)); in InitEntryBB() local
|
| H A D | new_object_stub_builder.cpp | 1043 void NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef length, GateRef lexEnv,
in NewJSFunction() argument 1088 void NewObjectStubBuilder::SetProfileTypeInfoCellToFunction(GateRef jsFunc, GateRef definedFunc, GateRef slotId)
in SetProfileTypeInfoCellToFunction() argument 1808 GateRef NewObjectStubBuilder::LoadTrackInfo(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo,
in LoadTrackInfo() argument 1846 LoadArrayHClassSlowPath( GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, GateRef arrayLiteral, ProfileOperation callback) LoadArrayHClassSlowPath() argument 1944 CreateEmptyArray(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) CreateEmptyArray() argument 1980 CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, TraceIdInfo traceIdInfo, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) CreateArrayWithBuffer() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | weak_ref_old_gc_test.cpp | 34 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectTestCreate() local
|
| H A D | ecma_container_common.h | 63 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| H A 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
|
| H A 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/builtins/tests/ |
| H A D | builtins_weak_map_test.cpp | 51 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| H A D | builtins_weak_set_test.cpp | 47 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| H A 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
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | literal_data_extractor.cpp | 293 JSHandle<JSFunction> jsFunc; in CreateJSFunctionInLiteral() local 348 JSHandle<JSFunction> jsFunc = CreateJSFunctionInLiteral(vm, method, kind, classKind); in DefineMethodInLiteral() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_shared_module_manager.cpp | 43 JSTaggedValue SharedModuleManager::GetSendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetSendableModuleValue() argument 77 JSTaggedValue SharedModuleManager::GetLazySendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetLazySendableModuleValue() argument
|
| H A D | js_module_manager.cpp | 65 JSTaggedValue ModuleManager::GetModuleValueInner(int32_t index, JSTaggedValue jsFunc) in GetModuleValueInner() argument 88 JSTaggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetModuleValueOutter() argument 164 JSTaggedValue ModuleManager::GetLazyModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetLazyModuleValueOutter() argument 244 void ModuleManager::StoreModuleValue(int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue() argument 273 JSTaggedValue ModuleManager::GetModuleValueInner(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueInner() argument 289 GetModuleValueOutter(JSTaggedValue key, JSTaggedValue jsFunc) GetModuleValueOutter() argument 331 StoreModuleValue(JSTaggedValue key, JSTaggedValue value, JSTaggedValue jsFunc) StoreModuleValue() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| H A D | ecma_module_test.cpp | 2973 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 2994 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 3022 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 3050 JSTaggedValue jsFunc = ctor.GetTaggedValue(); in HWTEST_F_L0() local 3437 JSTaggedValue jsFunc = ctor.GetTaggedValue(); HWTEST_F_L0() local 3457 JSTaggedValue jsFunc = ctor.GetTaggedValue(); HWTEST_F_L0() local 3498 JSTaggedValue jsFunc = ctor.GetTaggedValue(); HWTEST_F_L0() local 3523 JSTaggedValue jsFunc = ctor.GetTaggedValue(); HWTEST_F_L0() local 3544 JSTaggedValue jsFunc = ctor.GetTaggedValue(); HWTEST_F_L0() local 3584 JSTaggedValue jsFunc = ctor.GetTaggedValue(); HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_first_tests.cpp | 1416 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 992 void RuntimeStubs::SetProfileTypeInfoCellToFunction(JSThread *thread, const JSHandle<JSFunction> &jsFunc, in SetProfileTypeInfoCellToFunction() argument 1354 RuntimeGetModuleNamespace(JSThread *thread, int32_t index, JSTaggedValue jsFunc) RuntimeGetModuleNamespace() argument 1365 RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName, JSTaggedValue jsFunc) RuntimeGetModuleNamespace() argument 1376 RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) RuntimeStModuleVar() argument 1387 RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value, JSTaggedValue jsFunc) RuntimeStModuleVar() argument 1410 RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) RuntimeLdLocalModuleVar() argument 1433 RuntimeLdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) RuntimeLdSendableExternalModuleVar() argument 1438 RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) RuntimeLdExternalModuleVar() argument 1443 RuntimeLdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) RuntimeLdLazyExternalModuleVar() argument 1448 RuntimeLdLazySendableExternalModuleVar( JSThread *thread, int32_t index, JSTaggedValue jsFunc) RuntimeLdLazySendableExternalModuleVar() argument 1464 RuntimeLdModuleVar(JSThread *thread, JSTaggedValue key, bool inner, JSTaggedValue jsFunc) RuntimeLdModuleVar() argument [all...] |
| H A D | runtime_stubs.cpp | 1799 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local 1824 JSTaggedValue jsFunc = GetArg(argv, argc, 2); in DEF_RUNTIME_STUBS() local 1872 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1880 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1888 JSTaggedValue jsFunc in DEF_RUNTIME_STUBS() local 1896 JSTaggedValue jsFunc = GetArg(argv, argc, 1); DEF_RUNTIME_STUBS() local 1904 JSTaggedValue jsFunc = GetArg(argv, argc, 1); DEF_RUNTIME_STUBS() local [all...] |