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:RecordName
(Results
1 - 15
of
15
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
compilerImpl.cpp
44
debugInfoSourceFile, pkgName, program->
RecordName
(), patchFixHelper_);
in Compile()
63
util::Helpers::SetConstantLocalExportSlots(std::string(program->
RecordName
()),
in Compile()
H
A
D
compilerContext.h
106
const util::StringView &
RecordName
() const
in RecordName()
function in panda::es2panda::panda::es2panda::compiler::CompilerContext
H
A
D
pandagen.cpp
1567
std::string idxStr = std::string(context_->Binder()->Program()->
RecordName
()) + "_" + std::to_string(idx);
in CreateObjectWithBuffer()
1598
std::string idxStr = std::string(context_->Binder()->Program()->
RecordName
()) + "_" + std::to_string(idx);
in CreateArrayWithBuffer()
1755
std::string idxStr = std::string(context_->Binder()->Program()->
RecordName
()) + "_" + std::to_string(litIdx);
in DefineClassWithBuffer()
1764
std::string idxStr = std::string(context_->Binder()->Program()->
RecordName
()) + "_" + std::to_string(litIdx);
in DefineSendableClass()
2035
std::string idxStr = std::string(context_->Binder()->Program()->
RecordName
()) + "_" + std::to_string(scopeInfoIdx);
in NewLexEnvWithScopeInfo()
2239
std::string idxStr = std::string(context_->Binder()->Program()->
RecordName
()) + "_" + std::to_string(bufIdx);
in CreatePrivateProperty()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H
A
D
classDeclaration.cpp
57
std::string prefix = std::string(pg->Context()->
RecordName
()) + ".";
in Compile()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
recordTable.cpp
99
util::StringView RecordTable::
RecordName
() const
in RecordName()
function in ark::es2panda::varbinder::RecordTable
H
A
D
recordTable.h
159
util::StringView
RecordName
() const;
H
A
D
ETSBinder.cpp
918
funcScope->BindName(recordTable_->
RecordName
());
in BuildInternalName()
941
funcScope->BindName(recordTable->
RecordName
());
in BuildInternalNameWithCustomRecordTable()
/arkcompiler/ets_frontend/es2panda/aot/
H
A
D
options.h
90
const std::string &
RecordName
() const
in RecordName()
function in panda::es2panda::aot::Options
/arkcompiler/ets_frontend/es2panda/parser/program/
H
A
D
program.h
98
util::StringView
RecordName
() const
in RecordName()
function in panda::es2panda::panda::es2panda::panda::es2panda::parser::Program
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H
A
D
emitter.cpp
410
std::string prefix = std::string(pg_->Context()->
RecordName
()) + ".";
in CreateAnnotation()
641
rec_ = new panda::pandasm::Record(std::string(context->
RecordName
()), panda::panda_file::SourceLang::ECMASCRIPT);
in GenJsonContentRecord()
663
auto litId = std::string(context->Binder()->Program()->
RecordName
()) + "_" + std::to_string(idx);
in AddFunction()
705
std::string(context->Binder()->Program()->
RecordName
()) + "_" + std::to_string(context->NewLiteralIndex());
in AddScopeNamesRecord()
941
auto moduleLiteral = std::string(context->Binder()->Program()->
RecordName
()) + "_" +
in AddSourceTextModuleRecord()
982
auto phaseLiteral = std::string(context->Binder()->Program()->
RecordName
()) + "_" +
in AddModuleRequestPhaseRecord()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H
A
D
transformer.h
328
util::StringView
RecordName
() const
in RecordName()
function in panda::es2panda::parser::Transformer
330
return program_->
RecordName
();
in RecordName()
H
A
D
transformer.cpp
564
* ##${
RecordName
}#C#a#1 = 1
in VisitPrivateElement()
595
head << NEW_VAR_PREFIX << std::string(
RecordName
());
in CreatePrivateElementBindName()
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H
A
D
hello_world_test.cpp
48
struct
RecordName
{
struct
53
const
RecordName
RECORD_NAME;
/arkcompiler/ets_frontend/es2panda/ir/base/
H
A
D
classDefinition.cpp
214
std::string recordName = std::string(pg->Binder()->Program()->
RecordName
());
in CreateClassPublicBuffer()
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
binder.cpp
431
StoreAndCheckSpecialFunctionName(internalNameStr, program_->
RecordName
().Mutf8());
in LegacyBuildFunction()
Completed in 24 milliseconds