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:PatchFixHelper
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
binder.cpp
268
res.variable->SetLexical(res.scope, program_->
PatchFixHelper
());
in LookupReference()
336
res.variable->SetLexical(res.scope, program_->
PatchFixHelper
());
in LookupIdentReference()
355
if (program_->
PatchFixHelper
()) {
in StoreAndCheckSpecialFunctionName()
356
if (program_->
PatchFixHelper
()->IsDumpSymbolTable()) {
in StoreAndCheckSpecialFunctionName()
361
if (program_->
PatchFixHelper
()->IsHotFix()) {
in StoreAndCheckSpecialFunctionName()
364
program_->
PatchFixHelper
()->CheckAndRestoreSpecialFunctionName(++globalIndexForSpecialFunc_,
in StoreAndCheckSpecialFunctionName()
369
ASSERT(program_->
PatchFixHelper
()->IsColdFix() || program_->
PatchFixHelper
()->IsHotReload() ||
in StoreAndCheckSpecialFunctionName()
370
program_->
PatchFixHelper
()->IsColdReload());
in StoreAndCheckSpecialFunctionName()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
compilerContext.h
101
util::PatchFix *
PatchFixHelper
() const
in PatchFixHelper()
function in panda::es2panda::panda::es2panda::compiler::CompilerContext
H
A
D
pandagen.cpp
1919
if (context_->
PatchFixHelper
() && context_->
PatchFixHelper
()->IsAdditionalVarInPatch(slot)) {
in LoadLexicalVar()
1920
uint32_t patchSlot = context_->
PatchFixHelper
()->GetPatchLexicalIdx(std::string(name));
in LoadLexicalVar()
1967
if (context_->
PatchFixHelper
() && context_->
PatchFixHelper
()->IsAdditionalVarInPatch(slot)) {
in StoreLexicalVar()
1968
uint32_t patchSlot = context_->
PatchFixHelper
()->GetPatchLexicalIdx(std::string(local->Name()));
in StoreLexicalVar()
H
A
D
compileQueue.cpp
50
funcEmitter.Generate(context_->
PatchFixHelper
());
in Run()
/arkcompiler/ets_frontend/es2panda/parser/program/
H
A
D
program.h
148
util::PatchFix *
PatchFixHelper
()
in PatchFixHelper()
function in panda::es2panda::panda::es2panda::panda::es2panda::parser::Program
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H
A
D
emitter.cpp
648
if (context->
PatchFixHelper
()) {
in GenJsonContentRecord()
649
context->
PatchFixHelper
()->ProcessJsonContentRecord(rec_->name, context->SourceFile());
in GenJsonContentRecord()
952
if (context->
PatchFixHelper
()) {
in AddSourceTextModuleRecord()
953
context->
PatchFixHelper
()->ProcessModule(rec_->name, module->Buffer());
in AddSourceTextModuleRecord()
969
if (context->
PatchFixHelper
()) {
in AddSourceTextModuleRecord()
970
context->
PatchFixHelper
()->ProcessModule(ecmaModuleRecord.name, module->Buffer());
in AddSourceTextModuleRecord()
Completed in 9 milliseconds