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:IsAllocated
(Results
1 - 13
of
13
) sorted by relevance
/third_party/node/test/cctest/
H
A
D
test_util.cc
144
EXPECT_FALSE(buf.
IsAllocated
());
in MaybeStackBufferBasic()
150
EXPECT_FALSE(buf.
IsAllocated
());
in MaybeStackBufferBasic()
175
EXPECT_TRUE(buf.
IsAllocated
());
in MaybeStackBufferBasic()
196
EXPECT_TRUE(buf.
IsAllocated
());
in MaybeStackBufferBasic()
210
EXPECT_FALSE(buf.
IsAllocated
());
in MaybeStackBufferBasic()
223
EXPECT_FALSE(buf.
IsAllocated
());
in TEST()
227
EXPECT_FALSE(buf.
IsAllocated
());
in TEST()
235
EXPECT_TRUE(bigbuf.
IsAllocated
());
in TEST()
248
EXPECT_FALSE(buf.
IsAllocated
());
in TEST()
/third_party/node/deps/v8/src/heap/
H
A
D
slot-set.h
47
DCHECK(!
IsAllocated
());
in Initialize()
51
if (
IsAllocated
()) {
in Release()
55
DCHECK(!
IsAllocated
());
in Release()
59
if (
IsAllocated
()) {
in Insert()
70
if (
IsAllocated
()) {
in Contains()
90
bool
IsAllocated
() { return bitmap_ & kPointerTag; }
in IsAllocated()
function in v8::internal::PossiblyEmptyBuckets
93
DCHECK(!
IsAllocated
());
in Allocate()
103
DCHECK(
IsAllocated
());
in Allocate()
107
DCHECK(
IsAllocated
());
in InsertAllocated()
118
DCHECK(
IsAllocated
());
in BitmapArray()
[all...]
/third_party/zlib/contrib/dotzlib/DotZLib/
H
A
D
CodecBase.cs
148
if (_hInput.
IsAllocated
)
in CleanUp()
150
if (_hOutput.
IsAllocated
)
in CleanUp()
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
mid-tier-register-allocator.cc
343
return HasSpillOperand() && spill_operand_->
IsAllocated
();
in HasAllocatedSpillOperand()
757
bool
IsAllocated
(RegisterIndex reg);
1154
if (
IsAllocated
(reg)) {
in VirtualRegisterForRegister()
1162
DCHECK(
IsAllocated
(reg));
in IsPhiGapMove()
1170
if (
IsAllocated
(reg)) {
in Commit()
1179
DCHECK(
IsAllocated
(reg));
in Spill()
1188
DCHECK(
IsAllocated
(reg));
in SpillForDeferred()
1216
DCHECK(
IsAllocated
(reg));
in UseForPhiGapMove()
1229
bool RegisterState::
IsAllocated
(RegisterIndex reg) {
in IsAllocated()
function in v8::internal::compiler::RegisterState
1234
DCHECK(
IsAllocated
(re
in HasPendingUsesOnly()
[all...]
H
A
D
register-allocator-verifier.cc
40
move->source().
IsAllocated
() || move->source().IsConstant(),
in VerifyAllocatedGaps()
42
CHECK_WITH_MSG(move->destination().
IsAllocated
(), caller_info);
in VerifyAllocatedGaps()
H
A
D
register-allocator.cc
2152
if (block->IsHandler() && index == block_start && output->
IsAllocated
() &&
in ProcessInstructions()
2438
if (move->source().
IsAllocated
()) {
in ProcessPhis()
/third_party/lzma/CPP/Common/
H
A
D
MyBuffer2.h
23
bool
IsAllocated
() const { return _data != NULL; }
in IsAllocated()
function in CMidBuffer
114
bool
IsAllocated
() const { return _data != NULL; }
in IsAllocated()
function in CAlignedBuffer
/third_party/node/deps/v8/src/maglev/
H
A
D
maglev-regalloc.cc
268
if (phi->result().operand().
IsAllocated
()) continue;
in AllocateRegisters()
270
if (allocation.
IsAllocated
()) {
in AllocateRegisters()
283
if (phi->result().operand().
IsAllocated
()) continue;
in AllocateRegisters()
687
DCHECK(allocation.
IsAllocated
());
in AllocateRegister()
H
A
D
maglev-code-generator.cc
181
if (!source.
IsAllocated
()) return;
in EmitStackToRegisterGapMove()
/third_party/node/src/
H
A
D
node_internals.h
183
if (buf->
IsAllocated
())
in New()
191
if (buf->
IsAllocated
())
in New()
H
A
D
util.h
438
CHECK(!
IsAllocated
());
in Invalidate()
445
bool
IsAllocated
() const {
in IsAllocated()
function in node::MaybeStackBuffer
457
CHECK(
IsAllocated
());
in Release()
474
if (
IsAllocated
())
in ~MaybeStackBuffer()
H
A
D
util-inl.h
518
bool was_allocated =
IsAllocated
();
in AllocateSufficientStorage()
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
Bench.cpp
115
if (_size_ && !(_buffer_)->
IsAllocated
()) return E_OUTOFMEMORY; }
2581
if (!buffer.
IsAllocated
())
Completed in 25 milliseconds