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:IsStackSlot
(Results
1 - 21
of
21
) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
register-allocator-verifier.cc
256
CHECK_WITH_MSG(op->
IsStackSlot
() || op->IsFPStackSlot(), caller_info_);
in CheckConstraint()
260
CHECK_WITH_MSG(op->
IsStackSlot
() || op->IsFPStackSlot(), caller_info_);
in CheckConstraint()
265
CHECK_WITH_MSG(op->IsRegister() || op->
IsStackSlot
(), caller_info_);
in CheckConstraint()
271
CHECK_WITH_MSG(op->IsRegister() || op->
IsStackSlot
() || op->IsConstant(),
in CheckConstraint()
332
if (op.
IsStackSlot
()) {
in CheckReferenceMap()
347
if (ref_map_operand.
IsStackSlot
()) {
in CheckReferenceMap()
356
if (!op.
IsStackSlot
()) return false;
in IsStaleReferenceStackSlot()
H
A
D
instruction.cc
127
if (IsRegister() ||
IsStackSlot
()) {
in IsCompatible()
128
return op->IsRegister() || op->
IsStackSlot
();
in IsCompatible()
203
if (op.
IsStackSlot
()) {
in operator <<()
390
if (op.
IsStackSlot
() && LocationOperand::cast(op).index() < 0) return;
H
A
D
gap-resolver.cc
232
if (source.
IsStackSlot
() || source.IsFPStackSlot()) {
in PerformMove()
H
A
D
code-generator.cc
515
if (operand.
IsStackSlot
()) {
in RecordSafepoint()
562
if (source.
IsStackSlot
() &&
in IsValidPush()
599
if (destination.
IsStackSlot
() &&
in GetPushCompatibleMoves()
1156
if (op->
IsStackSlot
()) {
in AddTranslationForOperand()
H
A
D
instruction.h
97
inline bool
IsStackSlot
() const;
505
DCHECK(
IsStackSlot
() || IsFPStackSlot());
in index()
660
bool InstructionOperand::
IsStackSlot
() const {
in IsStackSlot()
function in v8::internal::compiler::InstructionOperand
H
A
D
move-optimizer.cc
500
return op.
IsStackSlot
() || op.IsFPStackSlot();
in IsSlot()
H
A
D
register-allocator.cc
235
DCHECK(op.
IsStackSlot
() || op.IsFPStackSlot());
in HintTypeForOperand()
653
DCHECK(spill_op.
IsStackSlot
() || spill_op.IsFPStackSlot());
in ConvertUsesToOperand()
1679
if (output->
IsStackSlot
()) {
in MeetRegisterConstraintsForLastInstructionInBlock()
1745
if (first_output->
IsStackSlot
()) {
in MeetConstraintsAfter()
4795
DCHECK(spill_operand.
IsStackSlot
());
in PopulateReferenceMaps()
4859
DCHECK(!operand.
IsStackSlot
());
in PopulateReferenceMaps()
/third_party/node/deps/v8/src/maglev/
H
A
D
maglev-code-generator.cc
123
if (!source.
IsStackSlot
()) {
in Process()
125
DCHECK(!source.
IsStackSlot
());
in Process()
188
if (source.
IsStackSlot
()) {
in RecordGapMove()
H
A
D
maglev-ir.cc
102
DCHECK(operand.
IsStackSlot
());
in PushInput()
H
A
D
maglev-ir.h
710
return spill_or_hint_.
IsStackSlot
();
in is_spilled()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H
A
D
code-generator-loong64.cc
130
DCHECK(op->
IsStackSlot
() || op->IsFPStackSlot());
in ToMemOperand()
2416
DCHECK(destination->IsRegister() || destination->
IsStackSlot
());
in AssembleConstructFrame()
2423
} else if (source->
IsStackSlot
()) {
in AssembleConstructFrame()
2424
DCHECK(destination->IsRegister() || destination->
IsStackSlot
());
in AssembleConstructFrame()
2436
if (destination->IsRegister() || destination->
IsStackSlot
()) {
in AssembleConstructFrame()
2480
if (destination->
IsStackSlot
()) __ St_d(dst, g.ToMemOperand(destination));
in AssembleConstructFrame()
2548
DCHECK(destination->
IsStackSlot
());
in AssembleConstructFrame()
2554
} else if (source->
IsStackSlot
()) {
in AssembleConstructFrame()
2555
DCHECK(destination->
IsStackSlot
());
in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/s390/
H
A
D
code-generator-s390.cc
116
DCHECK(op->
IsStackSlot
() || op->IsFPStackSlot());
in ToMemOperand()
163
return instr->InputAt(index)->
IsStackSlot
() ||
in HasStackSlotInput()
3614
DCHECK(destination->IsRegister() || destination->
IsStackSlot
());
in AssembleConstructFrame()
3621
} else if (source->
IsStackSlot
()) {
in AssembleConstructFrame()
3622
DCHECK(destination->IsRegister() || destination->
IsStackSlot
());
in AssembleConstructFrame()
3633
if (destination->IsRegister() || destination->
IsStackSlot
()) {
in AssembleConstructFrame()
3685
if (destination->
IsStackSlot
()) {
in AssembleConstructFrame()
3784
DCHECK(destination->
IsStackSlot
());
in AssembleConstructFrame()
3787
} else if (source->
IsStackSlot
()) {
in AssembleConstructFrame()
3788
DCHECK(destination->
IsStackSlot
());
in AssembleConstructFrame()
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H
A
D
code-generator-ppc.cc
115
DCHECK(op->
IsStackSlot
() || op->IsFPStackSlot());
in ToMemOperand()
4273
DCHECK(destination->IsRegister() || destination->
IsStackSlot
());
in AssembleConstructFrame()
4280
} else if (source->
IsStackSlot
()) {
in AssembleConstructFrame()
4281
DCHECK(destination->IsRegister() || destination->
IsStackSlot
());
in AssembleConstructFrame()
4292
if (destination->IsRegister() || destination->
IsStackSlot
()) {
in AssembleConstructFrame()
4353
if (destination->
IsStackSlot
()) {
in AssembleConstructFrame()
4478
DCHECK(destination->
IsStackSlot
());
in AssembleConstructFrame()
4481
} else if (source->
IsStackSlot
()) {
in AssembleConstructFrame()
4482
DCHECK(destination->
IsStackSlot
());
in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H
A
D
code-generator-ia32.cc
60
DCHECK(op->
IsStackSlot
() || op->IsFPStackSlot());
in ToOperand()
633
if (source.
IsStackSlot
()) {
in AssembleTailCallBeforeGap()
1720
} else if (input->
IsStackSlot
() || input->IsFloatStackSlot()) {
in AssembleArchInstruction()
4267
if (source->
IsStackSlot
()) {
in AssembleMove()
4288
if (source->
IsStackSlot
()) {
in AssembleMove()
4333
if (destination->
IsStackSlot
()) {
in AssembleMove()
4413
if (source->
IsStackSlot
()) {
in AssembleSwap()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H
A
D
code-generator-mips64.cc
129
DCHECK(op->
IsStackSlot
() || op->IsFPStackSlot());
in ToMemOperand()
4371
DCHECK(destination->IsRegister() || destination->
IsStackSlot
());
in AssembleConstructFrame()
4378
} else if (source->
IsStackSlot
()) {
in AssembleConstructFrame()
4379
DCHECK(destination->IsRegister() || destination->
IsStackSlot
());
in AssembleConstructFrame()
4390
if (destination->IsRegister() || destination->
IsStackSlot
()) {
in AssembleConstructFrame()
4432
if (destination->
IsStackSlot
()) __ Sd(dst, g.ToMemOperand(destination));
in AssembleConstructFrame()
4523
DCHECK(destination->
IsStackSlot
());
in AssembleConstructFrame()
4529
} else if (source->
IsStackSlot
()) {
in AssembleConstructFrame()
4530
DCHECK(destination->
IsStackSlot
());
in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips/
H
A
D
code-generator-mips.cc
127
DCHECK(op->
IsStackSlot
() || op->IsFPStackSlot());
in ToMemOperand()
4168
DCHECK(destination->IsRegister() || destination->
IsStackSlot
());
in AssembleConstructFrame()
4175
} else if (source->
IsStackSlot
()) {
in AssembleConstructFrame()
4176
DCHECK(destination->IsRegister() || destination->
IsStackSlot
());
in AssembleConstructFrame()
4187
if (destination->IsRegister() || destination->
IsStackSlot
()) {
in AssembleConstructFrame()
4228
if (destination->
IsStackSlot
()) __ sw(dst, g.ToMemOperand(destination));
in AssembleConstructFrame()
4333
DCHECK(destination->
IsStackSlot
());
in AssembleConstructFrame()
4339
} else if (source->
IsStackSlot
()) {
in AssembleConstructFrame()
4340
DCHECK(destination->
IsStackSlot
());
in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H
A
D
code-generator-riscv64.cc
142
DCHECK(op->
IsStackSlot
() || op->IsFPStackSlot());
in ToMemOperand()
4090
DCHECK(destination->IsRegister() || destination->
IsStackSlot
());
in AssembleMove()
4097
} else if (source->
IsStackSlot
()) {
in AssembleMove()
4098
DCHECK(destination->IsRegister() || destination->
IsStackSlot
());
in AssembleMove()
4109
if (destination->IsRegister() || destination->
IsStackSlot
()) {
in AssembleMove()
4114
if (src.ToInt32() == 0 && destination->
IsStackSlot
()) {
in AssembleMove()
4127
if (src.ToInt64() == 0 && destination->
IsStackSlot
()) {
in AssembleMove()
4166
if (destination->
IsStackSlot
()) __ Sd(dst, g.ToMemOperand(destination));
in AssembleMove()
/third_party/node/deps/v8/src/compiler/backend/arm/
H
A
D
code-generator-arm.cc
152
DCHECK(op->
IsStackSlot
() || op->IsFPStackSlot());
in ToMemOperand()
3967
if (source->
IsStackSlot
()) {
in AssembleArchInstruction()
3990
if (source->
IsStackSlot
() || source->IsFloatStackSlot()) {
in AssembleArchInstruction()
4026
if (destination->
IsStackSlot
()) {
in AssembleArchInstruction()
4122
if (source->
IsStackSlot
() || source->IsFloatStackSlot()) {
in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H
A
D
code-generator-x64.cc
66
DCHECK(op->
IsStackSlot
() || op->IsFPStackSlot());
in ToOperand()
1128
if (source.
IsStackSlot
()) {
in AssembleTailCallBeforeGap()
2685
} else if (input->
IsStackSlot
() || input->IsFloatStackSlot() ||
in AssembleArchInstruction()
4922
DCHECK(operand->
IsStackSlot
() || operand->IsRegister());
in Is32BitOperand()
5046
if (source->
IsStackSlot
()) {
in AssembleMove()
5079
if (source->
IsStackSlot
()) {
in AssembleMove()
5118
if (destination->
IsStackSlot
()) {
in AssembleMove()
/third_party/node/deps/v8/src/compiler/
H
A
D
graph-visualizer.cc
1182
if (op->
IsStackSlot
()) {
in operator <<()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H
A
D
code-generator-arm64.cc
244
DCHECK(op->
IsStackSlot
() || op->IsFPStackSlot());
in ToMemOperand()
3441
if (destination->
IsStackSlot
()) {
in AssembleArchInstruction()
Completed in 81 milliseconds