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_point
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/objects/
H
A
D
js-function-inl.h
81
Address JSFunction::
code_entry_point
() const {
in code_entry_point()
function in v8::internal::JSFunction
83
return CodeDataContainer::cast(code()).
code_entry_point
();
in code_entry_point()
H
A
D
code-inl.h
1020
DEF_GETTER(CodeDataContainer,
code_entry_point
, Address) {
in DEF_GETTER()
1048
return
code_entry_point
();
in InstructionStart()
1052
return
code_entry_point
();
in raw_instruction_start()
1055
Address CodeDataContainer::entry() const { return
code_entry_point
(); }
in entry()
H
A
D
js-function.h
128
inline Address
code_entry_point
() const;
H
A
D
code.h
88
DECL_GETTER(
code_entry_point
, Address)
104
// Alias for
code_entry_point
to make it API compatible with Code.
107
// Alias for
code_entry_point
to make it API compatible with Code.
110
// Alias for
code_entry_point
to make it API compatible with Code.
/third_party/node/deps/v8/src/diagnostics/
H
A
D
objects-debug.cc
1077
if (code().InstructionStart() ==
code_entry_point
()) {
in CodeDataContainerVerify()
1083
// builtins copy exsisted when the
code_entry_point
value was cached
in CodeDataContainerVerify()
1085
// So, do a reverse Code object lookup via
code_entry_point
value to
in CodeDataContainerVerify()
1089
code_entry_point
());
in CodeDataContainerVerify()
1093
CHECK_EQ(code().InstructionStart(),
code_entry_point
());
in CodeDataContainerVerify()
1096
CHECK_EQ(code().InstructionStart(),
code_entry_point
());
in CodeDataContainerVerify()
H
A
D
objects-printer.cc
1704
os << "\n -
code_entry_point
: "
in CodeDataContainerPrint()
1705
<< reinterpret_cast<void*>(
code_entry_point
());
in CodeDataContainerPrint()
/third_party/node/deps/v8/src/ic/
H
A
D
ic.cc
168
code_offset = static_cast<int>(frame->pc() - function.
code_entry_point
());
in TraceIC()
Completed in 22 milliseconds