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:ACCESSOR
(Results
1 - 25
of
33
) sorted by relevance
1
2
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H
A
D
literals.h
48
ACCESSOR
,
member in ark::es2panda::ark::es2panda::ark::es2panda::compiler::LiteralTag
81
return Literal(LiteralTag::
ACCESSOR
);
in AccessorLiteral()
116
ASSERT(tag_ == LiteralTag::
ACCESSOR
|| tag_ == LiteralTag::METHOD || tag_ == LiteralTag::GENERATOR_METHOD ||
in GetMethod()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
vtable.h
53
ACCESSOR
,
enumerator
79
return type == TypeKind::
ACCESSOR
;
in IsAccessor()
H
A
D
vtable.cpp
32
typeVal = JSTaggedValue(VTable::TypeKind::
ACCESSOR
);
in CreateTuple()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H
A
D
literal.h
42
ACCESSOR
,
member in panda::es2panda::panda::es2panda::panda::es2panda::ir::LiteralTag
H
A
D
objectExpression.cpp
250
return pg->Allocator()->New<TaggedLiteral>(LiteralTag::
ACCESSOR
);
in CreateLiteral()
/arkcompiler/ets_frontend/es2panda/ir/
H
A
D
astNode.h
75
ACCESSOR
= 1 << 10,
member in panda::es2panda::panda::es2panda::panda::es2panda::ir::ModifierFlags
78
ALL = STATIC | ASYNC | ACCESS | DECLARE | READONLY | ABSTRACT |
ACCESSOR
| OVERRIDE,
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H
A
D
taggedLiteral.h
62
ASSERT(tag_ == LiteralTag::
ACCESSOR
|| tag_ == LiteralTag::METHOD || tag_ == LiteralTag::GENERATOR_METHOD ||
in Method()
/arkcompiler/runtime_core/assembler/
H
A
D
assembly-literals.h
51
case panda_file::LiteralTag::
ACCESSOR
:
in IsByteValue()
/arkcompiler/runtime_core/libpandafile/
H
A
D
literal_data_accessor-inl.h
86
case LiteralTag::
ACCESSOR
:
in EnumerateLiteralVals()
H
A
D
literal_data_accessor.h
43
ACCESSOR
= 0x08,
member in panda::panda_file::LiteralTag
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
literal_data_accessor.h
42
ACCESSOR
= 0x09,
member in ark::panda_file::LiteralTag
H
A
D
literal_data_accessor-inl.h
85
case LiteralTag::
ACCESSOR
:
in EnumerateLiteralVals()
/arkcompiler/ets_frontend/es2panda/ir/base/
H
A
D
classProperty.h
117
return (modifiers_ & ModifierFlags::
ACCESSOR
) != 0;
in IsAutoAccessor()
/arkcompiler/runtime_core/abc2program/
H
A
D
abc_literal_array_processor.cpp
70
case panda_file::LiteralTag::
ACCESSOR
:
in FillLiteralData()
H
A
D
dump_utils.cpp
43
{panda_file::LiteralTag::
ACCESSOR
, "accessor"},
H
A
D
program_dump.cpp
710
case panda_file::LiteralTag::
ACCESSOR
:
in SerializeLiteralsAtIndex()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
literal_data_extractor.cpp
105
case LiteralTag::
ACCESSOR
: {
in ExtractObjectDatas()
215
case LiteralTag::
ACCESSOR
: {
in EnumerateLiteralVals()
491
case LiteralTag::
ACCESSOR
: {
in ExtractObjectDatas()
622
case LiteralTag::
ACCESSOR
: {
in GetDatasIgnoreType()
/arkcompiler/runtime_core/static_core/abc2program/
H
A
D
abc_literal_array_processor.cpp
64
case panda_file::LiteralTag::
ACCESSOR
:
in FillLiteralData()
H
A
D
program_dump.cpp
405
case panda_file::LiteralTag::
ACCESSOR
:
in LiteralTagToString()
/arkcompiler/runtime_core/static_core/assembler/
H
A
D
assembly-literals.h
87
case panda_file::LiteralTag::
ACCESSOR
:
in IsByteValue()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
emitter.cpp
110
case compiler::LiteralTag::
ACCESSOR
: {
in TransformLiteral()
111
valueLit.tag = panda_file::LiteralTag::
ACCESSOR
;
in TransformLiteral()
/arkcompiler/ets_frontend/es2panda/parser/
H
A
D
parserImpl.cpp
2119
ir::ModifierFlags::DECLARE | ir::ModifierFlags::ABSTRACT | ir::ModifierFlags::
ACCESSOR
|
in ParseModifiers()
2126
ir::ModifierFlags::DECLARE | ir::ModifierFlags::ABSTRACT | ir::ModifierFlags::
ACCESSOR
|
in ParseModifiers()
2133
ir::ModifierFlags::DECLARE | ir::ModifierFlags::ABSTRACT | ir::ModifierFlags::
ACCESSOR
|
in ParseModifiers()
2140
ir::ModifierFlags::ABSTRACT | ir::ModifierFlags::
ACCESSOR
| ir::ModifierFlags::OVERRIDE;
in ParseModifiers()
2152
ir::ModifierFlags::
ACCESSOR
;
in ParseModifiers()
2167
actualStatus = ir::ModifierFlags::
ACCESSOR
;
in ParseModifiers()
2173
nextStatus = ir::ModifierFlags::
ACCESSOR
| ir::ModifierFlags::ASYNC | ir::ModifierFlags::READONLY;
in ParseModifiers()
2874
if (!decorators.empty() && (desc.modifiers & ir::ModifierFlags::
ACCESSOR
)) {
in ParseClassElement()
2922
if (desc.modifiers & ir::ModifierFlags::
ACCESSOR
) {
in ParseClassElement()
/arkcompiler/runtime_core/disassembler/
H
A
D
disassembler.cpp
253
case panda_file::LiteralTag::
ACCESSOR
:
in FillLiteralData()
1481
case panda_file::LiteralTag::
ACCESSOR
:
in LiteralTagToString()
1614
case panda_file::LiteralTag::
ACCESSOR
: {
in SerializeLiterals()
/arkcompiler/runtime_core/verifier/
H
A
D
verifier.cpp
480
case panda_file::LiteralTag::
ACCESSOR
:
in VerifySingleLiteralArray()
/arkcompiler/runtime_core/static_core/disassembler/
H
A
D
disassembler.cpp
425
case panda_file::LiteralTag::
ACCESSOR
:
in FillLiteralData()
1316
case panda_file::LiteralTag::
ACCESSOR
:
in LiteralTagToString()
Completed in 45 milliseconds
1
2