Home
last modified time | relevance | path

Searched defs:acc (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp267 auto acc = reinterpret_cast<InterpreterEntry>(entry)(thread->GetGlueAddr(), in Execute() local
307 …auto acc = reinterpret_cast<GeneratorReEnterInterpEntry>(entry)(thread->GetGlueAddr(), context.Get… in GeneratorReEnterInterpreter() local
313 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV4V4()
325 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV8V8()
337 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV16V16()
349 JSTaggedValue acc, int16_t hotnessCounter) in HandleLdaStrId16()
360 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm8()
370 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm16()
380 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm32()
390 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm8()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dtyped_array_lowering_test.cpp46 GateAccessor acc(&circuit); in HWTEST_F_L0() local
75 GateAccessor acc(&circuit); in HWTEST_F_L0() local
110 GateAccessor acc(&circuit); in HWTEST_F_L0() local
142 GateAccessor acc(&circuit); in HWTEST_F_L0() local
174 GateAccessor acc(&circuit); in HWTEST_F_L0() local
209 GateAccessor acc(&circuit); in HWTEST_F_L0() local
244 GateAccessor acc(&circuit); in HWTEST_F_L0() local
279 GateAccessor acc(&circuit); in HWTEST_F_L0() local
314 GateAccessor acc(&circuit); in HWTEST_F_L0() local
350 GateAccessor acc(&circuit); in HWTEST_F_L0() local
[all …]
Dmeta_data_equal_test.cpp52 GateAccessor acc(&circuit); in HWTEST_F_L0() local
75 GateAccessor acc(&circuit); in HWTEST_F_L0() local
116 GateAccessor acc(&circuit); in HWTEST_F_L0() local
133 GateAccessor acc(&circuit); in HWTEST_F_L0() local
178 GateAccessor acc(&circuit); in HWTEST_F_L0() local
Dglobal_value_numbering_test.cpp52 GateAccessor acc(&circuit); in HWTEST_F_L0() local
78 GateAccessor acc(&circuit); in HWTEST_F_L0() local
102 GateAccessor acc(&circuit); in HWTEST_F_L0() local
125 GateAccessor acc(&circuit); in HWTEST_F_L0() local
155 GateAccessor acc(&circuit); in HWTEST_F_L0() local
191 GateAccessor acc(&circuit); in HWTEST_F_L0() local
Dinstruction_combine_test.cpp67 GateAccessor acc(&circuit); in HWTEST_F_L0() local
128 GateAccessor acc(&circuit); in HWTEST_F_L0() local
214 GateAccessor acc(&circuit); in HWTEST_F_L0() local
286 GateAccessor acc(&circuit); in HWTEST_F_L0() local
359 GateAccessor acc(&circuit); in HWTEST_F_L0() local
455 GateAccessor acc(&circuit); in HWTEST_F_L0() local
560 GateAccessor acc(&circuit); in HWTEST_F_L0() local
637 GateAccessor acc(&circuit); in HWTEST_F_L0() local
714 GateAccessor acc(&circuit); in HWTEST_F_L0() local
799 GateAccessor acc(&circuit); in HWTEST_F_L0() local
[all …]
Ddead_code_elimination_test.cpp44 GateAccessor acc(&circuit); in HWTEST_F_L0() local
73 GateAccessor acc(&circuit); in HWTEST_F_L0() local
105 GateAccessor acc(&circuit); in HWTEST_F_L0() local
Dloop_optimization_test.cpp65 GateAccessor acc(&circuit); in HWTEST_F_L0() local
145 GateAccessor acc(&circuit); in HWTEST_F_L0() local
190 GateAccessor acc(&circuit); in HWTEST_F_L0() local
Dconstant_folding_test.cpp63 GateAccessor acc(&circuit); in HWTEST_F_L0() local
Dcombined_pass_visitor_test.cpp49 GateAccessor acc(&circuit); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dlazy_test.cpp30 auto calcFunc = [](int acc, int val) { return acc + val; }; in TEST()
45 …FoldLeft(Enumerate(ConstLazyFetch(testData)), 0, [](int acc, auto val) { return acc + std::get<0>(… in TEST()
Dobj_pool_test.cpp199 while (auto acc = pool.AllObjects()()) { in TEST() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h157 interpreter::StaticVRegisterRef acc = aacVreg.AsVRegRef<false>(); in GetReturnValueFromAcc() local
282 coretypes::TaggedValue *acc, uint32_t nregs, in InvokeContext()
290 coretypes::TaggedValue *acc, uint32_t nregs, in InvokeContext()
430 … void Method::SetAcc([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] AccVRegisterPtrT acc) in SetAcc()
440 inline void Method::SetAcc(AccVRegisterPtrT acc) in SetAcc()
456 … [[maybe_unused]] AccVRegisterPtrT acc, bool osr, TaggedValue func) in DecrementHotnessCounter()
537 inline bool Method::DecrementHotnessCounter(uintptr_t bytecodeOffset, AccVRegisterPtrT acc, bool os… in DecrementHotnessCounter()
Dstack_walker-inl.h149 auto acc = frameHandler.GetAccAsVReg(); in IterateRegsForIFrameInternal() local
Dcompiler_interface.h133 void SetAcc(const interpreter::VRegister &acc) in SetAcc()
/arkcompiler/runtime_core/static_core/verification/util/
Dobj_pool.h188 Accessor *acc = el; in AccCount() local
226 Accessor *acc = accessors_[idx1]; in ShrinkToFit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h44 void SetVisited(GateAccessor& acc) in SetVisited()
49 void SetFinished(GateAccessor& acc) in SetFinished()
54 bool IsUnvisited(GateAccessor& acc) const in IsUnvisited()
59 bool IsVisited(GateAccessor& acc) const in IsVisited()
64 bool IsFinished(GateAccessor& acc) const in IsFinished()
Dinterpreter_stub-inl.h353 void InterpreterStubBuilder::SetFrameState(GateRef glue, GateRef sp, GateRef function, GateRef acc, in SetFrameState()
581 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
591 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast()
599 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebugger()
609 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebuggerLast()
624 GateRef profileTypeInfo, GateRef acc, in DispatchWithId()
632 #define DISPATCH_LAST(acc) \ argument
634 #define DISPATCH(acc) \ argument
637 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckException()
655 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckPendingException()
[all …]
Dcircuit_builder_helper.cpp40 GateAccessor acc(circuit); in Environment() local
102 GateAccessor acc(env_->GetCircuit()); in ReadVariable() local
Dscheduler.cpp28 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateDominatorTree() local
122 GateAccessor acc(const_cast<Circuit*>(circuit)); in Run() local
232 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateSchedulingUpperBound() local
336 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateFixedGatesList() local
355 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateSchedulingLowerBound() local
455 GateAccessor acc(const_cast<Circuit*>(circuit)); in Print() local
Dcircuit.cpp501 const GateAccessor acc(const_cast<Circuit*>(this)); in GetStateRoot() local
507 const GateAccessor acc(const_cast<Circuit*>(this)); in GetDependRoot() local
513 const GateAccessor acc(const_cast<Circuit*>(this)); in GetArgRoot() local
519 const GateAccessor acc(const_cast<Circuit*>(this)); in GetReturnRoot() local
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp69 AccessorData *acc = AccessorData::Cast(accObject); in HWTEST_F_L0() local
100 AccessorData *acc = AccessorData::Cast(accObject); in HWTEST_F_L0() local
146 AccessorData *acc = AccessorData::Cast(accObject); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp146 VRegValue acc {0xaaaaaaaabbbbbbbb, false}; in TEST_F() local
171 VRegValue acc {FromPtr(panda::mem::AllocateNullifiedPayloadString(1)), true}; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/bridge/
Dbridge.cpp75 auto acc = frame->GetAcc(); in InvokeInterpreter() local
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.h167 …explicit AotClassContextCollector(PandaString *acc, bool useAbsPath = true) : acc_(acc), useAbsPat… in acc_() argument
/arkcompiler/runtime_core/static_core/runtime/
Dosr.cpp188 auto &acc = frame->GetAcc(); in SetOsrResult() local

12