/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | access_object_stub_builder.h | 29 explicit AccessObjectStubBuilder(StubBuilder *parent, GateRef jsFunc) in AccessObjectStubBuilder()
|
D | slowpath_lowering.cpp | 96 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 …]
|
D | common_stubs.cpp | 216 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
|
D | ntype_mcr_lowering.cpp | 103 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local 119 GateRef NTypeMCRLowering::LoadFromConstPool(GateRef jsFunc, size_t index) in LoadFromConstPool()
|
D | type_mcr_lowering.cpp | 393 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
|
D | circuit.cpp | 473 GateRef Circuit::GetInitialEnvGate(GateRef jsFunc) in GetInitialEnvGate()
|
D | new_object_stub_builder.cpp | 533 GateRef glue, GateRef index, GateRef jsFunc, ProfileOperation callback) in CreateArrayWithBuffer()
|
D | circuit_builder.cpp | 1208 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()
|
D | lcr_lowering.cpp | 164 GateRef jsFunc = acc_.GetValueIn(gate, 0); // 0: this object in LowerGetConstPool() local
|
D | stub_builder-inl.h | 2424 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/ |
D | literal_data_extractor.cpp | 89 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/ |
D | js_module_manager.cpp | 62 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/ |
D | huge_object_test.cpp | 63 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
D | weak_ref_semi_gc_test.cpp | 58 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
D | tagged_array_test.cpp | 55 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in JSArrayTestCreate() local 179 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in HWTEST_F_L0() local
|
D | weak_ref_old_gc_test.cpp | 58 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectTestCreate() local
|
D | dump_test.cpp | 283 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/ |
D | builtins_global_test.cpp | 60 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local
|
D | builtins_weak_map_test.cpp | 75 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
D | builtins_weak_set_test.cpp | 71 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
/arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
D | deoptimizer.cpp | 533 JSHandle<ECMAObject> jsFunc(thread_, CallTarget); in UpdateAndDumpDeoptInfo() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 1112 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()
|
D | runtime_stubs.cpp | 1176 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/ |
D | slow_runtime_stub.cpp | 53 JSHandle<JSTaggedValue> jsFunc(thread, func); in CallSpread() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 1031 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in HWTEST_F_L0() local
|