Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp241 auto acc = reinterpret_cast<InterpreterEntry>(entry)(thread->GetGlueAddr(), in Execute() local
256 …auto acc = reinterpret_cast<GeneratorReEnterInterpEntry>(entry)(thread->GetGlueAddr(), context.Get… in GeneratorReEnterInterpreter() local
262 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV4V4()
274 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV8V8()
286 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV16V16()
298 JSTaggedValue acc, int16_t hotnessCounter) in HandleLdaStrId16()
308 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm8()
318 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm16()
328 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm32()
338 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm8()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp50 GateAccessor acc(&circuit); in HWTEST_F_L0() local
74 GateAccessor acc(&circuit); in HWTEST_F_L0() local
96 GateAccessor acc(&circuit); in HWTEST_F_L0() local
118 GateAccessor acc(&circuit); in HWTEST_F_L0() local
138 GateAccessor acc(&circuit); in HWTEST_F_L0() local
Dcircuit_optimizer_tests.cpp40 GateAccessor acc(&circuit); in HWTEST_F_L0() local
139 GateAccessor acc(&circuit); in HWTEST_F_L0() local
186 GateAccessor acc(&circuit); in HWTEST_F_L0() local
277 GateAccessor acc(&circuit); in HWTEST_F_L0() local
316 GateAccessor acc(&circuit); in HWTEST_F_L0() local
408 GateAccessor acc(&circuit); in HWTEST_F_L0() local
489 GateAccessor acc(&circuit); in HWTEST_F_L0() local
512 GateAccessor acc(&circuit); in HWTEST_F_L0() local
539 GateAccessor acc(&circuit); in HWTEST_F_L0() local
/arkcompiler/runtime_core/verification/util/tests/
Dlazy_test.cpp30 auto calc_func = [](int acc, int val) { return acc + val; }; in TEST()
44 …FoldLeft(Enumerate(ConstLazyFetch(test_data)), 0, [](int acc, auto val) { return acc + std::get<0>… in TEST()
Dobj_pool_test.cpp196 while (auto acc = pool.AllObjects()()) { in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h323 void InterpreterStubBuilder::SetFrameState(GateRef glue, GateRef sp, GateRef function, GateRef acc, in SetFrameState()
551 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
561 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast()
569 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebugger()
579 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebuggerLast()
594 GateRef profileTypeInfo, GateRef acc, in DispatchWithId()
602 #define DISPATCH_LAST(acc) \ argument
604 #define DISPATCH(acc) \ argument
607 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckException()
625 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckPendingException()
[all …]
Dcircuit.cpp430 const GateAccessor acc(const_cast<Circuit*>(this)); in GetStateRoot() local
436 const GateAccessor acc(const_cast<Circuit*>(this)); in GetDependRoot() local
442 const GateAccessor acc(const_cast<Circuit*>(this)); in GetArgRoot() local
448 const GateAccessor acc(const_cast<Circuit*>(this)); in GetReturnRoot() local
Dscheduler.cpp28 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateDominatorTree() local
127 GateAccessor acc(const_cast<Circuit*>(circuit)); in Run() local
237 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateSchedulingUpperBound() local
343 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateSchedulingLowerBound() local
449 GateAccessor acc(const_cast<Circuit*>(circuit)); in Print() local
Dbytecode_circuit_builder.cpp1048 void BytecodeCircuitBuilder::NewPhi(BytecodeRegion &bb, uint16_t reg, bool acc, GateRef &currentPhi) in NewPhi()
1093 …codeCircuitBuilder::ResolveDef(const size_t bbId, int32_t bcId, const uint16_t reg, const bool acc) in ResolveDef()
Dcircuit_builder.cpp932 GateAccessor acc(circuit); in Environment() local
1066 GateAccessor acc(env_->GetCircuit()); in ReadVariable() local
1230 GateAccessor acc(GetCircuit()); in TryRemoveTrivialPhi() local
Dcircuit_optimizer.cpp1207 GateAccessor acc(circuit_); in RunAdd() local
1224 GateAccessor acc(circuit_); in RunSub() local
/arkcompiler/runtime_core/verification/util/
Dobj_pool.h179 Accessor *acc = el; in AccCount() local
215 Accessor *acc = Accessors[idx1]; in ShrinkToFit() 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/runtime/include/
Dmethod-inl.h164 interpreter::StaticVRegisterRef acc = aac_vreg.AsVRegRef<false>(); in GetReturnValueFromAcc() local
290 coretypes::TaggedValue acc, uint32_t nregs, in InvokeContext()
298 coretypes::TaggedValue acc, uint32_t nregs, in InvokeContext()
439 inline void Method::SetAcc([[maybe_unused]] AccVRegisterPtrT acc) in SetAcc()
456 …IncrementHotnessCounter(uintptr_t bytecode_offset, [[maybe_unused]] AccVRegisterPtrT acc, bool osr) in IncrementHotnessCounter()
Dstack_walker-inl.h149 auto acc = frame_handler.GetAccAsVReg(); in IterateRegsForIFrameInternal() local
Dcompiler_interface.h111 void SetAcc(const interpreter::VRegister &acc) in SetAcc()
/arkcompiler/runtime_core/runtime/tests/
Ddebugger_test.cpp140 VRegValue acc {0xaaaaaaaabbbbbbbb, false}; in TEST_F() local
160 VRegValue acc {FromPtr(panda::mem::AllocateNullifiedPayloadString(1)), true}; in TEST_F() local
/arkcompiler/runtime_core/runtime/bridge/
Dbridge.cpp80 auto acc = frame->GetAcc(); in InvokeInterpreter() local
/arkcompiler/runtime_core/runtime/
Dosr.cpp150 auto &acc = frame->GetAcc(); in SetOsrResult() local
/arkcompiler/runtime_core/compiler/aot/
Daot_manager.h167 explicit AotClassContextCollector(PandaString *acc) : acc_(acc) {}; in AotClassContextCollector()
/arkcompiler/runtime_core/runtime/interpreter/
Dframe.h145 ALWAYS_INLINE inline void SetAcc(const interpreter::AccVRegister &acc) in SetAcc()
417 ALWAYS_INLINE inline void SetAcc(const interpreter::AccVRegister &acc) in SetAcc()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp362 auto acc = GetDeoptValue(static_cast<int32_t>(SpecVregIndex::ACC_INDEX)); in ConstructAsmInterpretFrame() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1402 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
1419 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
1436 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
1453 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp324 Register acc = rsi; in JSCallCommonEntry() local
1149 Register acc(r12); in ResumeUncaughtFrameAndReturn() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp174 Register acc(X23); in JSCallCommonEntry() local
822 Register acc(X20); in ResumeUncaughtFrameAndReturn() local

12