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:kFrameState
(Results
1 - 15
of
15
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
checkpoint-elimination.cc
22
return frame_state->opcode() == IrOpcode::
kFrameState
in GetFunctionInfo()
H
A
D
js-generic-lowering.cc
279
if (outer_state->opcode() != IrOpcode::
kFrameState
) {
in LowerJSLoadProperty()
307
} else if (outer_state->opcode() != IrOpcode::
kFrameState
) {
in LowerJSLoadNamed()
361
if (outer_state->opcode() != IrOpcode::
kFrameState
) {
in LowerJSLoadGlobal()
408
if (outer_state->opcode() != IrOpcode::
kFrameState
) {
in LowerJSSetKeyedProperty()
432
if (outer_state->opcode() != IrOpcode::
kFrameState
) {
in LowerJSDefineKeyedOwnProperty()
454
} else if (outer_state->opcode() != IrOpcode::
kFrameState
) {
in LowerJSSetNamedProperty()
480
if (outer_state->opcode() != IrOpcode::
kFrameState
) {
in LowerJSDefineNamedOwnProperty()
502
if (outer_state->opcode() != IrOpcode::
kFrameState
) {
in LowerJSStoreGlobal()
H
A
D
escape-analysis-reducer.cc
148
if (input->opcode() == IrOpcode::
kFrameState
) {
in ReduceFrameStateInputs()
159
if (node->opcode() == IrOpcode::
kFrameState
) {
in ReduceDeoptState()
H
A
D
decompression-optimizer.cc
119
case IrOpcode::
kFrameState
: // Fall through.
in MarkNodeInputs()
H
A
D
common-operator.h
610
DCHECK_EQ(node->opcode(), IrOpcode::
kFrameState
);
in FrameState()
648
DCHECK(result->opcode() == IrOpcode::
kFrameState
||
in outer_frame_state()
H
A
D
verifier.cc
172
CHECK(frame_state->opcode() == IrOpcode::
kFrameState
||
in Check()
173
//
kFrameState
uses Start as a sentinel.
in Check()
174
(node->opcode() == IrOpcode::
kFrameState
&&
in Check()
547
case IrOpcode::
kFrameState
: {
in Check()
2142
bool check_no_frame_state = node->opcode() != IrOpcode::
kFrameState
;
in VerifyNode()
2160
DCHECK(input->opcode() == IrOpcode::
kFrameState
||
in VerifyNode()
2188
replacement->opcode() == IrOpcode::
kFrameState
||
in VerifyEdgeInputReplacement()
H
A
D
operator-properties.cc
140
case IrOpcode::
kFrameState
:
in HasFrameStateInput()
H
A
D
escape-analysis.cc
233
DCHECK_EQ(current_node()->opcode(), IrOpcode::
kFrameState
);
in CurrentNode()
member in v8::internal::compiler::EscapeAnalysisTracker::Scope::IrOpcode
815
case IrOpcode::
kFrameState
: {
in ReduceNode()
H
A
D
js-inlining.cc
514
frame_state->opcode() == IrOpcode::
kFrameState
;
in ReduceJSCall()
H
A
D
common-operator.cc
1473
IrOpcode::
kFrameState
, Operator::kPure, // opcode
in FrameState()
1588
DCHECK_EQ(IrOpcode::
kFrameState
, op->opcode());
in FrameStateInfoOf()
H
A
D
js-create-lowering.cc
159
if (frame_state.outer_frame_state()->opcode() != IrOpcode::
kFrameState
) {
in ReduceJSCreateArguments()
254
DCHECK_EQ(frame_state.outer_frame_state()->opcode(), IrOpcode::
kFrameState
);
in ReduceJSCreateArguments()
H
A
D
machine-graph-verifier.cc
711
case IrOpcode::
kFrameState
:
in Run()
H
A
D
simplified-lowering.cc
2080
node->opcode() != IrOpcode::
kFrameState
&&
in VisitNode()
3945
case IrOpcode::
kFrameState
:
in VisitNode()
H
A
D
js-call-reducer.cc
4021
case IrOpcode::
kFrameState
:
4132
if (frame_state.outer_frame_state()->opcode() != IrOpcode::
kFrameState
) {
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
instruction-selector.cc
1115
DCHECK_NE(IrOpcode::
kFrameState
, (*iter)->op()->opcode());
in InitializeCallBuffer()
1436
case IrOpcode::
kFrameState
:
in VisitNode()
3277
DCHECK_EQ(IrOpcode::
kFrameState
, state->opcode());
in GetFrameStateDescriptorInternal()
3285
if (state.outer_frame_state()->opcode() == IrOpcode::
kFrameState
) {
in GetFrameStateDescriptorInternal()
Completed in 41 milliseconds