Home
last modified time | relevance | path

Searched defs:jsFunc (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.h29 explicit AccessObjectStubBuilder(StubBuilder *parent, GateRef jsFunc) in AccessObjectStubBuilder()
Dslowpath_lowering.cpp104 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 …]
Dntype_hcr_lowering.cpp88 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
Dcommon_stubs.cpp221 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
Dntype_bytecode_lowering.cpp263 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerLdLocalMoudleVar() local
272 GateRef jsFunc = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in LowerStModuleVar() local
Dtyped_hcr_lowering.cpp522 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 …]
Dcircuit_builder.cpp413 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
Dnew_object_stub_builder.cpp544 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()
Dts_inline_lowering.cpp350 GateRef jsFunc = argAcc.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in BuildAccessor() local
566 GateRef jsFunc = argAcc.GetFrameArgsIn(gate, FrameArgIdx::FUNC); in InlineAccessorCheck() local
Dhcr_circuit_builder.cpp480 GateRef CircuitBuilder::StoreModuleVar(GateRef jsFunc, GateRef index, GateRef value) in StoreModuleVar()
492 GateRef CircuitBuilder::LdLocalModuleVar(GateRef jsFunc, GateRef index) in LdLocalModuleVar()
Dtyped_bytecode_lowering.cpp486 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
Dhcr_circuit_builder.h224 inline GateRef CircuitBuilder::CanFastCall(GateRef jsFunc) in CanFastCall()
Dmcr_circuit_builder.cpp1371 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()
Dcircuit.cpp477 GateRef Circuit::GetInitialEnvGate(GateRef jsFunc) in GetInitialEnvGate()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp100 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/
Djs_module_manager.cpp63 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/
Dhuge_object_test.cpp63 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
Dtagged_array_test.cpp55 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetArrayFunction(); in JSArrayTestCreate() local
179 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in HWTEST_F_L0() local
Dweak_ref_semi_gc_test.cpp58 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
Dweak_ref_old_gc_test.cpp58 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in JSObjectTestCreate() local
Ddump_test.cpp284 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/
Dbuiltins_global_test.cpp60 JSFunction *jsFunc = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in NewJSObject() local
Dbuiltins_weak_set_test.cpp71 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
Dbuiltins_weak_map_test.cpp75 JSHandle<JSTaggedValue> jsFunc = globalEnv->GetObjectFunction(); in JSObjectTestCreate() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1220 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()

12