| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | access_object_stub_builder.h | 29 explicit AccessObjectStubBuilder(StubBuilder *parent, GateRef jsFunc) in AccessObjectStubBuilder()
|
| D | slowpath_lowering.cpp | 122 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerGetEnv() local 810 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCallStubWithIC() local 911 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in SaveFrameToContext() local 1213 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerThrowUndefinedIfHoleWithName() local 1586 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local 1612 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateObjectWithBuffer() local 1628 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local 1639 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerSetGeneratorState() local 1671 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdBigInt() local 1704 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerDynamicImport() local [all …]
|
| 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 in GenerateCircuit() local 541 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local 639 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para in GenerateCircuit() local 652 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local 664 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para in GenerateCircuit() local 677 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 288 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerStoreModuleVar() local 320 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerLdLocalModuleVar() local
|
| D | ntype_bytecode_lowering.cpp | 332 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdLocalMoudleVar() local 341 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
|
| D | new_object_stub_builder.cpp | 1098 void NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef lengt… in NewJSFunction() 1143 void NewObjectStubBuilder::SetProfileTypeInfoCellToFunction(GateRef jsFunc, GateRef definedFunc, Ga… in SetProfileTypeInfoCellToFunction() 1856 GateRef NewObjectStubBuilder::LoadTrackInfo(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, in LoadTrackInfo() 1895 …GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInfo, GateRef arrayLiteral, ProfileOperation call… in LoadArrayHClassSlowPath() 1992 GateRef NewObjectStubBuilder::CreateEmptyArray(GateRef glue, GateRef jsFunc, TraceIdInfo traceIdInf… in CreateEmptyArray() 2028 GateRef NewObjectStubBuilder::CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, in CreateArrayWithBuffer()
|
| D | hcr_circuit_builder.cpp | 602 GateRef CircuitBuilder::StoreModuleVar(GateRef jsFunc, GateRef index, GateRef value) in StoreModuleVar() 614 GateRef CircuitBuilder::LdLocalModuleVar(GateRef jsFunc, GateRef index) in LdLocalModuleVar()
|
| D | hcr_circuit_builder.h | 253 inline GateRef CircuitBuilder::CanFastCall(GateRef jsFunc) in CanFastCall()
|
| D | circuit.cpp | 526 GateRef Circuit::GetInitialEnvGate(GateRef depend, GateRef jsFunc) in GetInitialEnvGate()
|
| D | bytecode_circuit_builder.h | 548 void GetCurrentConstpool(GateRef jsFunc, GateRef &sharedConstPool, GateRef &unSharedConstPool) in GetCurrentConstpool()
|
| D | circuit_builder.cpp | 576 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() 781 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in GetObjectByIndexFromConstPool() local 939 GateRef CircuitBuilder::GetCodeAddr(GateRef jsFunc) in GetCodeAddr()
|
| D | mcr_circuit_builder.h | 309 inline GateRef CircuitBuilder::JudgeAotAndFastCall(GateRef jsFunc, JudgeMethodType type) in JudgeAotAndFastCall()
|
| D | stub_builder-inl.h | 270 inline GateRef StubBuilder::GetAotCodeAddr(GateRef jsFunc) in GetAotCodeAddr() 3355 inline GateRef StubBuilder::JudgeAotAndFastCall(GateRef jsFunc, CircuitBuilder::JudgeMethodType typ… in JudgeAotAndFastCall() 3572 inline GateRef StubBuilder::GetProfileTypeInfo(GateRef jsFunc) in GetProfileTypeInfo() 3598 inline GateRef StubBuilder::LoadPfHeaderFromConstPool(GateRef jsFunc) in LoadPfHeaderFromConstPool() 3611 inline GateRef StubBuilder::LoadHCIndexInfosFromConstPool(GateRef jsFunc) in LoadHCIndexInfosFromConstPool()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 100 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local 210 JSHandle<FunctionTemplate> jsFunc = in EnumerateLiteralVals() local 293 JSHandle<JSFunction> jsFunc; in CreateJSFunctionInLiteral() local 348 JSHandle<JSFunction> jsFunc = CreateJSFunctionInLiteral(vm, method, kind, classKind); in DefineMethodInLiteral() local 484 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 65 JSTaggedValue ModuleManager::GetModuleValueInner(int32_t index, JSTaggedValue jsFunc) in GetModuleValueInner() 88 JSTaggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetModuleValueOutter() 164 JSTaggedValue ModuleManager::GetLazyModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetLazyModuleValueOutter() 244 void ModuleManager::StoreModuleValue(int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue() 273 JSTaggedValue ModuleManager::GetModuleValueInner(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueInner() 289 JSTaggedValue ModuleManager::GetModuleValueOutter(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueOutter() 331 void ModuleManager::StoreModuleValue(JSTaggedValue key, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue()
|
| D | js_shared_module_manager.cpp | 43 … SharedModuleManager::GetSendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetSendableModuleValue() 77 …redModuleManager::GetLazySendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in GetLazySendableModuleValue()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | weak_ref_old_gc_test.cpp | 34 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectTestCreate() local
|
| 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 | ecma_container_common.h | 63 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| D | dump_test.cpp | 302 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local 482 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetFunctionFunction(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| 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
|
| D | builtins_global_test.cpp | 36 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 966 …untimeStubs::SetProfileTypeInfoCellToFunction(JSThread *thread, const JSHandle<JSFunction> &jsFunc, in SetProfileTypeInfoCellToFunction() 1332 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace() 1343 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace() 1354 JSTaggedValue jsFunc) in RuntimeStModuleVar() 1365 JSTaggedValue jsFunc) in RuntimeStModuleVar() 1387 …dValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLocalModuleVar() 1410 …imeStubs::RuntimeLdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdSendableExternalModuleVar() 1415 …lue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdExternalModuleVar() 1420 …RuntimeStubs::RuntimeLdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLazyExternalModuleVar() 1426 JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLazySendableExternalModuleVar() [all …]
|
| D | runtime_stubs.cpp | 1822 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local 1847 JSTaggedValue jsFunc = GetArg(argv, argc, 2); in DEF_RUNTIME_STUBS() local 1895 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1903 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1911 JSTaggedValue jsFunc = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1919 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local 1927 JSTaggedValue jsFunc = GetArg(argv, argc, 1); in DEF_RUNTIME_STUBS() local
|