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:code_entry
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/objects/
H
A
D
osr-optimized-code-cache.cc
129
MaybeObject
code_entry
= Get(index + kCachedCodeOffset);
in EvictDeoptimizedCode()
local
131
if (!
code_entry
->GetHeapObject(&heap_object)) continue;
in EvictDeoptimizedCode()
192
HeapObject
code_entry
;
in GetCodeFromEntry()
local
194
->GetHeapObject(&
code_entry
);
in GetCodeFromEntry()
195
if (
code_entry
.is_null()) return CodeT();
in GetCodeFromEntry()
196
return CodeT::cast(
code_entry
);
in GetCodeFromEntry()
H
A
D
code-inl.h
862
Address
code_entry
= base::Memory<Address>(location_of_address);
in GetObjectFromEntryAddress()
local
863
HeapObject code = HeapObject::FromAddress(
code_entry
- Code::kHeaderSize);
in GetObjectFromEntryAddress()
/third_party/node/deps/v8/src/profiler/
H
A
D
profile-generator.h
254
CodeEntry*
code_entry
;
member
330
return lhs.
code_entry
->IsSameFunctionAs(rhs.
code_entry
) &&
in operator ()()
336
return pair.
code_entry
->GetHash() ^ ComputeUnseededHash(pair.line_number);
in operator ()()
H
A
D
symbolizer.cc
167
if (e.
code_entry
!= nullptr) {
in SymbolizeTickSample()
H
A
D
profile-generator.cc
305
base::OS::Print(" %s --> %d\n", e.
code_entry
->name(),
in print()
505
if (it->
code_entry
== nullptr) continue;
in AddPathFromEnd()
506
last_entry = it->
code_entry
;
in AddPathFromEnd()
507
node = node->FindOrAddChild(it->
code_entry
, parent_line_number);
in AddPathFromEnd()
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins-regexp-gen.cc
626
TNode<RawPtrT>
code_entry
= LoadCodeObjectEntry(code);
in RegExpExecInternal()
local
628
// AIX uses function descriptors on CFunction calls.
code_entry
in this case
in RegExpExecInternal()
634
code_entry
, retval_type, std::make_pair(arg0_type, arg0),
in RegExpExecInternal()
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-code-manager.cc
2382
for (auto&
code_entry
: owned_code_) {
in RecompileForTiering()
2383
InsertToCodeCache(
code_entry
.second.get());
in RecompileForTiering()
/third_party/node/deps/v8/tools/
H
A
D
grokdump.py
1605
code_entry
= \
1607
self.code = heap.FindObject(
code_entry
- Code.HeaderSize(heap) + 1)
/third_party/node/deps/v8/src/compiler/
H
A
D
wasm-compiler.cc
7549
Node*
code_entry
= Param(CWasmEntryParameters::kCodeEntry);
7564
args[pos++] =
code_entry
;
Completed in 33 milliseconds