| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 259 auto acc = reinterpret_cast<InterpreterEntry>(entry)(thread->GetGlueAddr(), in Execute() local 274 …auto acc = reinterpret_cast<GeneratorReEnterInterpEntry>(entry)(thread->GetGlueAddr(), context.Get… in GeneratorReEnterInterpreter() local 280 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV4V4() 292 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV8V8() 304 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV16V16() 316 JSTaggedValue acc, int16_t hotnessCounter) in HandleLdaStrId16() 327 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm8() 337 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm16() 347 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm32() 357 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm8() [all …]
|
| D | interpreter-inl.h | 969 JSTaggedValue acc = JSTaggedValue::Hole(); in RunInternal() local 7354 bool EcmaInterpreter::UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp, JSTaggedValue acc, i… in UpdateHotnessCounter()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | graph_linearizer.h | 43 void SetVisited(GateAccessor& acc) in SetVisited() 48 void SetFinished(GateAccessor& acc) in SetFinished() 53 bool IsUnvisited(GateAccessor& acc) const in IsUnvisited() 58 bool IsVisited(GateAccessor& acc) const in IsVisited() 63 bool IsFinished(GateAccessor& acc) const in IsFinished()
|
| D | interpreter_stub-inl.h | 323 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 …]
|
| D | scheduler.cpp | 28 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 452 GateAccessor acc(const_cast<Circuit*>(circuit)); in Print() local
|
| D | bytecode_circuit_builder.cpp | 1089 GateRef BytecodeCircuitBuilder::NewLoopBackPhi(BytecodeRegion &bb, uint16_t reg, bool acc) in NewLoopBackPhi() 1132 GateRef exit, uint16_t reg, bool acc) in NewValueFromPredBB() 1148 GateRef BytecodeCircuitBuilder::NewLoopForwardPhi(BytecodeRegion &bb, uint16_t reg, bool acc) in NewLoopForwardPhi() 1177 void BytecodeCircuitBuilder::NewPhi(BytecodeRegion &bb, uint16_t reg, bool acc, GateRef ¤tPhi) in NewPhi() 1208 bool BytecodeCircuitBuilder::IsLoopExitValueExists(GateRef loopExit, uint16_t reg, bool acc) in IsLoopExitValueExists() 1217 GateRef BytecodeCircuitBuilder::GetLoopExitValue(GateRef loopExit, uint16_t reg, bool acc) in GetLoopExitValue() 1226 GateRef BytecodeCircuitBuilder::CreateLoopExitValue(GateRef loopExit, uint16_t reg, bool acc, GateR… in CreateLoopExitValue() 1238 GateRef BytecodeCircuitBuilder::NewLoopExitValue(GateRef loopExit, uint16_t reg, bool acc, GateRef … in NewLoopExitValue() 1254 …cuitBuilder::ResolveDef(const BytecodeRegion &bb, int32_t bcId, const uint16_t reg, const bool acc) in ResolveDef() 1265 const uint16_t reg, const bool acc, bool needIter) in ResolveDef()
|
| D | circuit.cpp | 497 const GateAccessor acc(const_cast<Circuit*>(this)); in GetStateRoot() local 503 const GateAccessor acc(const_cast<Circuit*>(this)); in GetDependRoot() local 509 const GateAccessor acc(const_cast<Circuit*>(this)); in GetArgRoot() local 515 const GateAccessor acc(const_cast<Circuit*>(this)); in GetReturnRoot() local
|
| D | circuit_builder.cpp | 1749 GateAccessor acc(circuit); in Environment() local 1884 GateAccessor acc(env_->GetCircuit()); in ReadVariable() local 2043 GateAccessor acc(GetCircuit()); in TryRemoveTrivialPhi() local
|
| D | llvm_ir_builder.cpp | 2340 GateRef acc = acc_.GetValueIn(frameValues, accIndex); in VisitDeoptCheck() local
|
| D | slowpath_lowering.cpp | 2171 GateRef acc = acc_.GetValueIn(gate, 4); in LowerDefineGetterSetterByValue() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | accessor_data_test.cpp | 69 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/ets_runtime/ecmascript/compiler/tests/ |
| D | lowering_relate_gate_test.cpp | 51 GateAccessor acc(&circuit); in HWTEST_F_L0() local 78 GateAccessor acc(&circuit); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_accessor.cpp | 129 EcmaStringAccessor acc(funcType->GetName()); in GetFunctionName() local
|
| D | ts_manager.cpp | 559 EcmaStringAccessor acc(name); in GetFuncName() local
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 484 auto acc = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::ACC_INDEX)); in ConstructAsmInterpretFrame() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | asm_interpreter_call.cpp | 324 Register acc = rsi; in JSCallCommonEntry() local 1174 Register acc(r12); in ResumeUncaughtFrameAndReturn() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 174 Register acc(X23); in JSCallCommonEntry() local 819 Register acc(X20); in ResumeUncaughtFrameAndReturn() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1517 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 1992 JSHandle<AccessorData> acc(thread_, AccessorData::Cast(header)); in NewAccessorData() local
|