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:IsUnallocated
(Results
1 - 10
of
10
) sorted by relevance
/third_party/node/deps/v8/src/ast/
H
A
D
variables.h
79
DCHECK(
IsUnallocated
() || IsContextSlot() || IsLookupSlot() ||
in ForceContextAllocation()
118
bool
IsUnallocated
() const {
in IsUnallocated()
function in v8::internal::final
225
DCHECK(
IsUnallocated
() ||
in AllocateTo()
H
A
D
scopes.cc
1846
bool comma = !var->
IsUnallocated
();
in PrintVar()
1873
(var->is_used() || !var->
IsUnallocated
())) {
in PrintMap()
2201
if (!var->is_dynamic() && var->
IsUnallocated
()) {
in LookupWith()
2480
DCHECK(var->
IsUnallocated
() || var->IsContextSlot());
in AllocateParameter()
2481
if (var->
IsUnallocated
()) AllocateHeapSlot(var);
in AllocateParameter()
2483
DCHECK(var->
IsUnallocated
() || var->IsParameter());
in AllocateParameter()
2484
if (var->
IsUnallocated
()) {
in AllocateParameter()
2499
if (var->
IsUnallocated
() && MustAllocate(var)) {
in AllocateNonParameterLocal()
2547
!rest_parameter()->
IsUnallocated
());
in AllocateLocals()
H
A
D
ast.cc
125
return var != nullptr && var->
IsUnallocated
() &&
in IsUndefinedLiteral()
949
if (proxy->var()->
IsUnallocated
()) {
in GetCallType()
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
instruction-scheduler.cc
186
if (input->
IsUnallocated
()) {
in AddInstruction()
198
if (output->
IsUnallocated
()) {
in AddInstruction()
H
A
D
register-allocator.cc
167
if (operand_ != nullptr && operand_->
IsUnallocated
()) {
in UsePosition()
506
DCHECK(!op->
IsUnallocated
());
in GetAssignedOperand()
896
DCHECK(!operand->
IsUnallocated
() && !operand->IsImmediate());
in SetSpillOperand()
1822
if (!output->
IsUnallocated
()) continue;
in MeetConstraintsBefore()
2045
if (operand->
IsUnallocated
()) {
in LiveRangeFor()
2090
if (!operand->
IsUnallocated
()) return nullptr;
in Define()
2106
if (operand->
IsUnallocated
()) {
in Use()
2143
if (output->
IsUnallocated
()) {
in ProcessInstructions()
2234
if (input->
IsUnallocated
() &&
in ProcessInstructions()
2241
if (input->
IsUnallocated
()) {
in ProcessInstructions()
[all...]
H
A
D
instruction-scheduler.h
200
(instr->OutputAt(0)->
IsUnallocated
()) &&
in IsFixedRegisterParameter()
H
A
D
mid-tier-register-allocator.cc
2893
DCHECK(output->
IsUnallocated
());
in DefineOutputs()
3091
if (!instr->InputAt(i)->
IsUnallocated
()) continue;
in AllocateRegisters()
3102
if (!instr->InputAt(i)->
IsUnallocated
()) continue;
in AllocateRegisters()
3128
DCHECK(!move->destination().
IsUnallocated
());
in AllocateRegisters()
3129
if (move->source().
IsUnallocated
()) {
in AllocateRegisters()
3171
if (!instr->OutputAt(i)->
IsUnallocated
()) continue;
in ReserveFixedRegisters()
3190
if (!instr->TempAt(i)->
IsUnallocated
()) continue;
in ReserveFixedRegisters()
3204
if (!instr->InputAt(i)->
IsUnallocated
()) continue;
in ReserveFixedRegisters()
H
A
D
register-allocator-verifier.cc
170
CHECK(op->
IsUnallocated
());
in BuildConstraint()
H
A
D
instruction-selector.cc
350
if (!op->
IsUnallocated
()) return;
in TryRename()
/third_party/node/deps/v8/src/maglev/
H
A
D
maglev-ir.h
274
DCHECK(operand_.
IsUnallocated
());
in SetAllocated()
286
DCHECK(operand_.
IsUnallocated
());
in SetConstant()
696
DCHECK(spill_or_hint_.IsInvalid() || spill_or_hint_.
IsUnallocated
());
in hint()
Completed in 31 milliseconds