Home
last modified time | relevance | path

Searched refs:SetAcc (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabs_int_inl.cpp116 void AbsIntInstructionHandler::SetAcc(const AbstractTypedValue &val) in SetAcc() function in ark::verifier::AbsIntInstructionHandler
121 void AbsIntInstructionHandler::SetAcc(Type type) in SetAcc() function in ark::verifier::AbsIntInstructionHandler
H A Dabs_int_inl.h259 void SetAcc(const AbstractTypedValue &val);
260 void SetAcc(Type type);
508 SetAcc(i32_); in HandleLdai()
519 SetAcc(i64_); in HandleLdaiWide()
530 SetAcc(f32_); in HandleFldai()
541 SetAcc(f64_); in HandleFldaiWide()
560 SetAcc(cachedType); in HandleLdaStr()
599 SetAcc(GetTypeSystem()->ClassClass()); in HandleLdaType()
610 SetAcc(nullRefType_); in HandleLdaNull()
1542 SetAcc(top in HandleLdarrObj()
[all...]
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dframe.h145 ALWAYS_INLINE inline void SetAcc(const interpreter::AccVRegister &acc) in SetAcc() function in ark::Frame
432 ALWAYS_INLINE inline void SetAcc(const interpreter::AccVRegister &acc) in SetAcc() function in ark::FrameHandler
434 frame_->SetAcc(acc); in SetAcc()
H A Dinstruction_handler_base.h122 GetFrame()->SetAcc(GetAcc()); in InstrumentInstruction()
352 this->GetFrame()->SetAcc(this->GetAcc()); in InstrumentBranches()
H A Dinterpreter-inl.h294 this->GetFrame()->SetAcc(this->GetAcc()); in HandleLdaStr()
1819 this->GetFrame()->SetAcc(this->GetAcc()); in HandleLdaConst()
3052 this->GetFrame()->SetAcc(this->GetAcc()); in ResolveMethod()
3078 this->GetFrame()->SetAcc(this->GetAcc()); in ResolveField()
3100 this->GetFrame()->SetAcc(this->GetAcc()); in ResolveType()
3319 (*frame)->SetAcc(this->GetAcc()); in CreateAndSetFrame()
3342 this->GetFrame()->SetAcc(this->GetAcc()); in HandleCallPrologue()
3388 this->GetFrame()->SetAcc(this->GetAcc()); in CallCompiledCode()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod-inl.h430 inline void Method::SetAcc([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] AccVRegisterPtrT acc) in SetAcc() function in ark::Method
434 thread->GetCurrentFrame()->SetAcc(*acc); in SetAcc()
440 inline void Method::SetAcc(AccVRegisterPtrT acc) in SetAcc() function in ark::Method
442 SetAcc<AccVRegisterPtrT>(ManagedThread::GetCurrent(), acc); in SetAcc()
495 SetAcc<AccVRegisterPtrT>(thread, acc); in DecrementHotnessCounter()
H A Dcompiler_interface.h135 void SetAcc(const interpreter::VRegister &acc) in SetAcc() function in ark::CompilerInterface::ReturnReason::ExecState
H A Dmethod.h343 NO_THREAD_SANITIZE void SetAcc([[maybe_unused]] AccVRegisterPtrT acc);
345 NO_THREAD_SANITIZE void SetAcc([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] AccVRegisterPtrT acc);
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
H A Dinterpreter-inl.h585 this->GetFrame()->SetAcc(this->GetAcc()); in HandleLaunch()
649 this->GetFrame()->SetAcc(this->GetAcc()); in ResolveMethod()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp1384 frame->SetAcc(ark::interpreter::AccVRegister(acc, accTag)); in CallCompilerSlowPathOSR()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test.cpp2633 state->SetAcc(acc); in EntryPoint()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp2226 obj->SetAcc(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3546 context->SetAcc(thread, frameHandler.GetAcc()); in SaveFrameToContext()

Completed in 44 milliseconds