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:call_code
(Results
1 - 10
of
10
) sorted by relevance
/third_party/node/deps/v8/src/ic/
H
A
D
call-optimization.cc
104
HeapObject
call_code
= function_template_info->
call_code
(kAcquireLoad);
in Initialize()
local
105
if (
call_code
.IsUndefined(isolate)) return;
in Initialize()
106
api_call_info_ = handle(CallHandlerInfo::cast(
call_code
), isolate);
in Initialize()
134
HeapObject
call_code
= info->
call_code
(kAcquireLoad);
in AnalyzePossibleApiFunction()
local
135
if (
call_code
.IsUndefined(isolate)) return;
in AnalyzePossibleApiFunction()
136
api_call_info_ = handle(CallHandlerInfo::cast(
call_code
), isolate);
in AnalyzePossibleApiFunction()
/third_party/node/deps/v8/src/heap/
H
A
D
object-stats.cc
557
HeapObject
call_code
= fti.
call_code
(kAcquireLoad);
in RecordVirtualFunctionTemplateInfoDetails()
local
558
if (!
call_code
.IsUndefined(isolate())) {
in RecordVirtualFunctionTemplateInfoDetails()
560
fti, CallHandlerInfo::cast(
call_code
),
in RecordVirtualFunctionTemplateInfoDetails()
/third_party/node/deps/v8/src/compiler/
H
A
D
heap-refs.cc
1500
base::Optional<CallHandlerInfoRef> FunctionTemplateInfoRef::
call_code
() const {
in call_code()
function in v8::internal::compiler::FunctionTemplateInfoRef
1501
HeapObject
call_code
= object()->
call_code
(kAcquireLoad);
in call_code()
local
1502
if (
call_code
.IsUndefined()) return base::nullopt;
in call_code()
1503
return TryMakeRef(broker(), CallHandlerInfo::cast(
call_code
));
in call_code()
H
A
D
heap-refs.h
749
base::Optional<CallHandlerInfoRef>
call_code
() const;
H
A
D
js-native-context-specialization.cc
2229
if (!function_template_info.
call_code
().has_value()) {
in InlineApiCall()
2234
CallHandlerInfoRef call_handler_info = *function_template_info.
call_code
();
in InlineApiCall()
H
A
D
js-call-reducer.cc
961
CallHandlerInfoRef call_handler_info = *function_template_info_.
call_code
();
in ReduceFastApiCall()
3829
if (!function_template_info.
call_code
().has_value()) {
3853
CallHandlerInfoRef call_handler_info = *function_template_info.
call_code
();
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins-api.cc
103
Object raw_call_data = fun_data->
call_code
(kAcquireLoad);
in HandleApiCallHelper()
/third_party/node/deps/v8/src/logging/
H
A
D
log.cc
2292
Object raw_call_data = fun_data->
call_code
(kAcquireLoad);
in LogExistingFunction()
/third_party/node/deps/v8/src/diagnostics/
H
A
D
objects-printer.cc
2127
os << "\n -
call_code
: " << Brief(
call_code
(kAcquireLoad));
in FunctionTemplateInfoPrint()
/third_party/node/deps/v8/src/api/
H
A
D
api.cc
5215
i::JSFunction::cast(*self).shared().get_api_func_data().
call_code
(
in NewInstanceWithSideEffectType()
5230
i::JSFunction::cast(*self).shared().get_api_func_data().
call_code
(
in NewInstanceWithSideEffectType()
Completed in 52 milliseconds