| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | access_object_stub_builder.h | 29 explicit AccessObjectStubBuilder(StubBuilder *parent, GateRef jsFunc) in AccessObjectStubBuilder()
|
| D | slowpath_lowering.cpp | 104 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerGetEnv() local 763 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCallStubWithIC() local 863 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in SaveFrameToContext() local 1159 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerThrowUndefinedIfHoleWithName() local 1530 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local 1556 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateObjectWithBuffer() local 1569 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local 1580 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerSetGeneratorState() local 1612 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdBigInt() local 1642 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerDynamicImport() local [all …]
|
| D | ntype_hcr_lowering.cpp | 88 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerCreateArrayWithBuffer() local 114 GateRef NTypeHCRLowering::LoadFromConstPool(GateRef jsFunc, size_t index, size_t valVecType) in LoadFromConstPool() 215 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerStoreModuleVar() local 296 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerLdLocalModuleVar() local
|
| D | common_stubs.cpp | 221 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local 349 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local 372 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local 403 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local 424 GateRef jsFunc = TaggedArgument(4); // 4 : 5th para in GenerateCircuit() local 522 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para in GenerateCircuit() local 535 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local 547 GateRef jsFunc = TaggedArgument(2); // 2 : 3th para in GenerateCircuit() local 560 GateRef jsFunc = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local 764 GateRef jsFunc = TaggedArgument(2); // 2 : 3rd para in GenerateCircuit() local
|
| D | ntype_bytecode_lowering.cpp | 263 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdLocalMoudleVar() local 272 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
|
| D | typed_hcr_lowering.cpp | 522 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in BuildCompareSubTyping() local 566 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in BuildCompareHClass() local 707 GateRef TypedHCRLowering::LoadFromConstPool(GateRef jsFunc, size_t index, size_t valVecType) in LoadFromConstPool() 716 GateRef TypedHCRLowering::GetObjectFromConstPool(GateRef jsFunc, GateRef index) in GetObjectFromConstPool() 1385 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerJSCallTargetTypeCheck() local 1410 GateRef jsFunc = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::FUNC); in LowerJSFastCallTargetTypeCheck() local 1664 GateRef jsFunc = acc_.GetValueIn(gate, 2); in LowerLookupHolder() local 1688 GateRef jsFunc = acc_.GetValueIn(gate, 0); in LowerPrototypeCheck() local 2676 GateRef jsFunc = acc_.GetValueIn(gate, 3); // 3: jsFunc in LowerMonoLoadPropertyOnProto() local 2717 GateRef jsFunc = acc_.GetValueIn(gate, 3); // 3: jsFunc in LowerMonoCallGetterOnProto() local [all …]
|
| D | circuit_builder.cpp | 413 GateRef CircuitBuilder::LoadObjectFromConstPool(GateRef jsFunc, GateRef index) in LoadObjectFromConstPool() 435 GateRef CircuitBuilder::GetConstPool(GateRef jsFunc) in GetConstPool() 547 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() 553 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef jsFunc, GateR… in GetObjectFromConstPool() 836 GateRef jsFunc = argAcc.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in GetHClassGateFromIndex() local
|
| D | new_object_stub_builder.cpp | 544 void NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef lengt… in NewJSFunction() 1127 GateRef NewObjectStubBuilder::LoadTrackInfo(GateRef glue, GateRef jsFunc, GateRef pc, GateRef profi… in LoadTrackInfo() 1167 GateRef glue, GateRef jsFunc, GateRef pc, GateRef arrayLiteral, ProfileOperation callback) in LoadArrayHClassSlowPath() 1259 …GateRef glue, GateRef jsFunc, GateRef pc, GateRef profileTypeInfo, GateRef slotId, ProfileOperatio… in CreateEmptyArray() 1290 …GateRef index, GateRef jsFunc, GateRef pc, GateRef profileTypeInfo, GateRef slotId, ProfileOperati… in CreateArrayWithBuffer()
|
| D | ts_inline_lowering.cpp | 350 GateRef jsFunc = argAcc.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in BuildAccessor() local 566 GateRef jsFunc = argAcc.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in InlineAccessorCheck() local
|
| D | hcr_circuit_builder.cpp | 480 GateRef CircuitBuilder::StoreModuleVar(GateRef jsFunc, GateRef index, GateRef value) in StoreModuleVar() 492 GateRef CircuitBuilder::LdLocalModuleVar(GateRef jsFunc, GateRef index) in LdLocalModuleVar()
|
| D | typed_bytecode_lowering.cpp | 486 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerTypedLdObjByName() local 592 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerTypedStObjByName() local 1927 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerCreateObjectWithBuffer() local
|
| D | hcr_circuit_builder.h | 224 inline GateRef CircuitBuilder::CanFastCall(GateRef jsFunc) in CanFastCall()
|
| D | mcr_circuit_builder.cpp | 1371 GateRef CircuitBuilder::MonoLoadPropertyOnProto(GateRef receiver, GateRef plrGate, GateRef jsFunc, … in MonoLoadPropertyOnProto() 1386 …cuitBuilder::MonoCallGetterOnProto(GateRef gate, GateRef receiver, GateRef plrGate, GateRef jsFunc, in MonoCallGetterOnProto() 1408 …Ref CircuitBuilder::MonoStorePropertyLookUpProto(GateRef receiver, GateRef plrGate, GateRef jsFunc, in MonoStorePropertyLookUpProto() 1423 GateRef CircuitBuilder::MonoStoreProperty(GateRef receiver, GateRef plrGate, GateRef jsFunc, size_t… in MonoStoreProperty()
|
| D | circuit.cpp | 477 GateRef Circuit::GetInitialEnvGate(GateRef jsFunc) in GetInitialEnvGate()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 100 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local 205 JSHandle<JSFunction> jsFunc = in EnumerateLiteralVals() local 240 JSHandle<JSFunction> jsFunc; in CreateJSFunctionInLiteral() local 309 JSHandle<JSFunction> jsFunc = CreateJSFunctionInLiteral(vm, method, kind, classKind); in DefineMethodInLiteral() local 430 JSHandle<JSFunction> jsFunc = in ExtractObjectDatas() local 529 JSHandle<JSFunction> jsFunc = in GetDatasIgnoreType() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 63 JSTaggedValue ModuleManager::GetModuleValueInner(int32_t index, JSTaggedValue jsFunc) in GetModuleValueInner() 86 JSTaggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSTaggedValue jsFunc) in GetModuleValueOutter() 246 void ModuleManager::StoreModuleValue(int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue() 275 JSTaggedValue ModuleManager::GetModuleValueInner(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueInner() 291 JSTaggedValue ModuleManager::GetModuleValueOutter(JSTaggedValue key, JSTaggedValue jsFunc) in GetModuleValueOutter() 332 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 | 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_semi_gc_test.cpp | 58 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| D | weak_ref_old_gc_test.cpp | 58 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectTestCreate() local
|
| D | dump_test.cpp | 284 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local 464 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_set_test.cpp | 71 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| D | builtins_weak_map_test.cpp | 75 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1220 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace() 1231 JSTaggedValue jsFunc) in RuntimeGetModuleNamespace() 1242 JSTaggedValue jsFunc) in RuntimeStModuleVar() 1253 JSTaggedValue jsFunc) in RuntimeStModuleVar() 1263 …dValue RuntimeStubs::RuntimeLdLocalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdLocalModuleVar() 1273 …lue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue jsFunc) in RuntimeLdExternalModuleVar() 1289 JSTaggedValue jsFunc) in RuntimeLdModuleVar()
|