Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/libabckit/tests/mock/
Disa_api_dynamic_impl_mock.cpp237 AbckitInst *IcreateGetpropiterator(AbckitGraph *graph, AbckitInst *acc) in IcreateGetpropiterator()
246 AbckitInst *IcreateGetiterator(AbckitGraph *graph, AbckitInst *acc) in IcreateGetiterator()
255 AbckitInst *IcreateGetasynciterator(AbckitGraph *graph, AbckitInst *acc) in IcreateGetasynciterator()
264 AbckitInst *IcreateLdprivateproperty(AbckitGraph *graph, AbckitInst *acc, uint64_t imm0, uint64_t i… in IcreateLdprivateproperty()
275 AbckitInst *IcreateStprivateproperty(AbckitGraph *graph, AbckitInst *acc, uint64_t imm0, uint64_t i… in IcreateStprivateproperty()
288 AbckitInst *IcreateTestin(AbckitGraph *graph, AbckitInst *acc, uint64_t imm0, uint64_t imm1) in IcreateTestin()
299 AbckitInst *IcreateDefinefieldbyname(AbckitGraph *graph, AbckitInst *acc, AbckitString *string, Abc… in IcreateDefinefieldbyname()
310 AbckitInst *IcreateDefinepropertybyname(AbckitGraph *graph, AbckitInst *acc, AbckitString *string, … in IcreateDefinepropertybyname()
398 AbckitInst *IcreateNewobjapply(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateNewobjapply()
484 AbckitInst *IcreateAdd2(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateAdd2()
[all …]
/arkcompiler/runtime_core/libabckit/src/
Disa_dynamic_impl_instr_1.cpp64 extern "C" AbckitInst *IcreateDYNAMICThrowIfsupernotcorrectcall(AbckitGraph *graph, AbckitInst *acc in IcreateDYNAMICThrowIfsupernotcorrectcall()
78 …ern "C" AbckitInst *IcreateDYNAMICThrowUndefinedifholewithname(AbckitGraph *graph, AbckitInst *acc, in IcreateDYNAMICThrowUndefinedifholewithname()
94 extern "C" AbckitInst *IcreateDYNAMICCallarg0(AbckitGraph *graph, AbckitInst *acc) in IcreateDYNAMICCallarg0()
108 extern "C" AbckitInst *IcreateDYNAMICCallarg1(AbckitGraph *graph, AbckitInst *acc, AbckitInst *inpu… in IcreateDYNAMICCallarg1()
124 extern "C" AbckitInst *IcreateDYNAMICCallargs2(AbckitGraph *graph, AbckitInst *acc, AbckitInst *inp… in IcreateDYNAMICCallargs2()
143 extern "C" AbckitInst *IcreateDYNAMICCallargs3(AbckitGraph *graph, AbckitInst *acc, AbckitInst *inp… in IcreateDYNAMICCallargs3()
164 extern "C" AbckitInst *IcreateDYNAMICCallrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount… in IcreateDYNAMICCallrange()
182 extern "C" AbckitInst *IcreateDYNAMICWideCallrange(AbckitGraph *graph, AbckitInst *acc, size_t argC… in IcreateDYNAMICWideCallrange()
202 extern "C" AbckitInst *IcreateDYNAMICSupercallspread(AbckitGraph *graph, AbckitInst *acc, AbckitIns… in IcreateDYNAMICSupercallspread()
218 extern "C" AbckitInst *IcreateDYNAMICApply(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0,… in IcreateDYNAMICApply()
[all …]
Disa_dynamic_impl_instr_2.cpp236 extern "C" AbckitInst *IcreateDYNAMICGetpropiterator(AbckitGraph *graph, AbckitInst *acc) in IcreateDYNAMICGetpropiterator()
250 extern "C" AbckitInst *IcreateDYNAMICGetiterator(AbckitGraph *graph, AbckitInst *acc) in IcreateDYNAMICGetiterator()
264 extern "C" AbckitInst *IcreateDYNAMICGetasynciterator(AbckitGraph *graph, AbckitInst *acc) in IcreateDYNAMICGetasynciterator()
277 extern "C" AbckitInst *IcreateDYNAMICLdprivateproperty(AbckitGraph *graph, AbckitInst *acc, uint64_… in IcreateDYNAMICLdprivateproperty()
292 extern "C" AbckitInst *IcreateDYNAMICStprivateproperty(AbckitGraph *graph, AbckitInst *acc, uint64_… in IcreateDYNAMICStprivateproperty()
309 extern "C" AbckitInst *IcreateDYNAMICTestin(AbckitGraph *graph, AbckitInst *acc, uint64_t imm0, uin… in IcreateDYNAMICTestin()
323 extern "C" AbckitInst *IcreateDYNAMICDefinefieldbyname(AbckitGraph *graph, AbckitInst *acc, AbckitS… in IcreateDYNAMICDefinefieldbyname()
341 extern "C" AbckitInst *IcreateDYNAMICDefinepropertybyname(AbckitGraph *graph, AbckitInst *acc, Abck… in IcreateDYNAMICDefinepropertybyname()
481 extern "C" AbckitInst *IcreateDYNAMICNewobjapply(AbckitGraph *graph, AbckitInst *acc, AbckitInst *i… in IcreateDYNAMICNewobjapply()
618 extern "C" AbckitInst *IcreateDYNAMICAdd2(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDYNAMICAdd2()
[all …]
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Ddynamic_isa_impl.h152 inline Instruction DynamicIsa::CreateSub2(Instruction acc, Instruction input0) && in CreateSub2()
288 inline Instruction DynamicIsa::CreateGetpropiterator(Instruction acc) && in CreateGetpropiterator()
296 inline Instruction DynamicIsa::CreateGetiterator(Instruction acc) && in CreateGetiterator()
304 inline Instruction DynamicIsa::CreateGetasynciterator(Instruction acc) && in CreateGetasynciterator()
312 inline Instruction DynamicIsa::CreateLdprivateproperty(Instruction acc, uint64_t imm0, uint64_t imm… in CreateLdprivateproperty()
320 inline Instruction DynamicIsa::CreateStprivateproperty(Instruction acc, uint64_t imm0, uint64_t imm… in CreateStprivateproperty()
330 inline Instruction DynamicIsa::CreateTestin(Instruction acc, uint64_t imm0, uint64_t imm1) && in CreateTestin()
338 inline Instruction DynamicIsa::CreateDefinefieldbyname(Instruction acc, std::string_view string, In… in CreateDefinefieldbyname()
349 inline Instruction DynamicIsa::CreateDefinepropertybyname(Instruction acc, std::string_view string, in CreateDefinepropertybyname()
448 inline Instruction DynamicIsa::CreateNewobjapply(Instruction acc, Instruction input0) && in CreateNewobjapply()
[all …]
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dir_static_instr_1.cpp51 AbckitInst *IcreateDynCallthis0Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDynCallthis0Static()
58 AbckitInst *IcreateDynCallthis1Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0, Abck… in IcreateDynCallthis1Static()
65 AbckitInst *IcreateDynCallarg0Static(AbckitGraph *graph, AbckitInst *acc) in IcreateDynCallarg0Static()
71 AbckitInst *IcreateDynCallarg1Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDynCallarg1Static()
85 AbckitInst *IcreateDynLdobjbynameStatic(AbckitGraph *graph, AbckitInst *acc, AbckitString *string) in IcreateDynLdobjbynameStatic()
118 AbckitInst *IcreateDynNegStatic(AbckitGraph *graph, AbckitInst *acc) in IcreateDynNegStatic()
124 AbckitInst *IcreateDynAdd2Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDynAdd2Static()
131 AbckitInst *IcreateDynSub2Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDynSub2Static()
138 AbckitInst *IcreateDynMul2Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDynMul2Static()
145 AbckitInst *IcreateDynDiv2Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDynDiv2Static()
[all …]
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp267 auto acc = reinterpret_cast<InterpreterEntry>(entry)(thread->GetGlueAddr(), in Execute() local
339 …auto acc = reinterpret_cast<GeneratorReEnterInterpEntry>(entry)(thread->GetGlueAddr(), context.Get… in GeneratorReEnterInterpreter() local
345 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV4V4()
357 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV8V8()
369 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV16V16()
381 JSTaggedValue acc, int16_t hotnessCounter) in HandleLdaStrId16()
392 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm8()
402 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm16()
412 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm32()
422 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm8()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp300 GateRef acc = GetAccFromFrame(glue, frame); in GenerateCircuit() local
323 GateRef acc = GetAccFromFrame(glue, frame); in GenerateCircuit() local
342 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineStToGlobalRecordImm16ID16, ACC)); in GenerateCircuit() local
402 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineGetunmappedargs, ACC)); in GenerateCircuit() local
464 GateRef acc = GetAccFromFrame(glue, GetFrame(sp)); in GenerateCircuit() local
484 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineGetpropiterator, ACC)); in GenerateCircuit() local
498 GateRef acc = GetAccFromFrame(glue, frame); in GenerateCircuit() local
512 GateRef acc = GetAccFromFrame(glue, frame); in GenerateCircuit() local
526 GateRef acc = GetAccFromFrame(glue, frame); in GenerateCircuit() local
538 GateRef acc = GetAccFromFrame(glue, frame); in GenerateCircuit() local
[all …]
Dbaseline_stubs-inl.h33 void BaselineStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckExceptionWithVar()
59 GateRef acc = GetAccFromFrame(glue, frame); in CheckException() local
78 GateRef acc = GetAccFromFrame(glue, frame); in CheckExceptionReturn() local
88 void BaselineStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc in CheckExceptionWithJump()
105 …ineStubBuilder::CheckExceptionWithJumpAndReturn(GateRef glue, GateRef sp, GateRef res, GateRef acc, in CheckExceptionWithJumpAndReturn()
123 void BaselineStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckPendingException()
140 void BaselineStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef acc) in DispatchLast()
Dbaseline_stub_builder.h45 void CheckExceptionWithVar(GateRef acc, GateRef res) in CheckExceptionWithVar()
63 void CheckException(GateRef acc, GateRef res) in CheckException()
80 void CheckExceptionWithJump(GateRef acc, GateRef res, Label *jump) in CheckExceptionWithJump()
121 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast()
129 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dmeta_data_equal_test.cpp54 GateAccessor acc(&circuit); in HWTEST_F_L0() local
77 GateAccessor acc(&circuit); in HWTEST_F_L0() local
118 GateAccessor acc(&circuit); in HWTEST_F_L0() local
135 GateAccessor acc(&circuit); in HWTEST_F_L0() local
180 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
Dtyped_array_lowering_test.cpp49 GateAccessor acc(&circuit); in HWTEST_F_L0() local
79 GateAccessor acc(&circuit); in HWTEST_F_L0() local
116 GateAccessor acc(&circuit); in HWTEST_F_L0() local
149 GateAccessor acc(&circuit); in HWTEST_F_L0() local
183 GateAccessor acc(&circuit); in HWTEST_F_L0() local
220 GateAccessor acc(&circuit); in HWTEST_F_L0() local
256 GateAccessor acc(&circuit); in HWTEST_F_L0() local
292 GateAccessor acc(&circuit); in HWTEST_F_L0() local
328 GateAccessor acc(&circuit); in HWTEST_F_L0() local
364 GateAccessor acc(&circuit); in HWTEST_F_L0() local
[all …]
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
644 GateAccessor acc(&circuit); in HWTEST_F_L0() local
721 GateAccessor acc(&circuit); in HWTEST_F_L0() local
806 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.cpp66 GateAccessor acc(&circuit); in HWTEST_F_L0() local
140 GateAccessor acc(&circuit); in HWTEST_F_L0() local
185 GateAccessor acc(&circuit); in HWTEST_F_L0() local
Dconstant_folding_test.cpp63 GateAccessor acc(&circuit); in HWTEST_F_L0() local
Dnumber_speculative_retype_test.cpp61 GateAccessor acc(&circuit); in HWTEST_F_L0() local
118 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()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h157 interpreter::StaticVRegisterRef acc = aacVreg.AsVRegRef<false>(); in GetReturnValueFromAcc() local
283 coretypes::TaggedValue *acc, uint32_t nregs, in InvokeContext()
292 coretypes::TaggedValue *acc, uint32_t nregs, in InvokeContext()
432 … void Method::SetAcc([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] AccVRegisterPtrT acc) in SetAcc()
442 inline void Method::SetAcc(AccVRegisterPtrT acc) in SetAcc()
459 … [[maybe_unused]] AccVRegisterPtrT acc, bool osr, TaggedValue func) in DecrementHotnessCounter()
548 inline bool Method::DecrementHotnessCounter(uintptr_t bytecodeOffset, AccVRegisterPtrT acc, bool os… in DecrementHotnessCounter()
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp45 AccessorData *acc = AccessorData::Cast(accObject); in HWTEST_F_L0() local
78 AccessorData *acc = AccessorData::Cast(accObject); in HWTEST_F_L0() local
127 AccessorData *acc = AccessorData::Cast(accObject); in HWTEST_F_L0() local
/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.h399 void InterpreterStubBuilder::SetFrameState(GateRef glue, GateRef sp, GateRef function, GateRef acc, in SetFrameState()
681 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
691 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast()
699 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebugger()
709 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebuggerLast()
724 GateRef profileTypeInfo, GateRef acc, in DispatchWithId()
732 #define DISPATCH_LAST(acc) \ argument
734 #define DISPATCH(acc) \ argument
737 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckException()
755 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckPendingException()
[all …]
Dcircuit_builder_helper.cpp53 GateAccessor acc(circuit); in Environment() local
118 GateAccessor acc(env_->GetCircuit()); in ReadVariable() local
/arkcompiler/runtime_core/static_core/runtime/bridge/
Dbridge.cpp75 auto acc = frame->GetAcc(); in InvokeInterpreter() local

123