Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetAcc
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/runtime_core/static_core/verification/absint/
H
A
D
abs_int_inl.cpp
116
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
D
abs_int_inl.h
259
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
D
frame.h
145
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
D
instruction_handler_base.h
122
GetFrame()->
SetAcc
(GetAcc());
in InstrumentInstruction()
352
this->GetFrame()->
SetAcc
(this->GetAcc());
in InstrumentBranches()
H
A
D
interpreter-inl.h
294
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
D
method-inl.h
430
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
D
compiler_interface.h
135
void
SetAcc
(const interpreter::VRegister &acc)
in SetAcc()
function in ark::CompilerInterface::ReturnReason::ExecState
H
A
D
method.h
343
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
D
interpreter-inl.h
585
this->GetFrame()->
SetAcc
(this->GetAcc());
in HandleLaunch()
649
this->GetFrame()->
SetAcc
(this->GetAcc());
in ResolveMethod()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H
A
D
entrypoints.cpp
1384
frame->
SetAcc
(ark::interpreter::AccVRegister(acc, accTag));
in CallCompilerSlowPathOSR()
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
interpreter_test.cpp
2633
state->
SetAcc
(acc);
in EntryPoint()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
object_factory.cpp
2226
obj->
SetAcc
(thread_, JSTaggedValue::Undefined());
in NewGeneratorContext()
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs.cpp
3546
context->
SetAcc
(thread, frameHandler.GetAcc());
in SaveFrameToContext()
Completed in 44 milliseconds