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:slot_allocator_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
frame.h
98
return
slot_allocator_
.Size() + return_slot_count_;
in GetTotalFrameSlotCount()
126
int padding =
slot_allocator_
.Align(alignment_in_slots);
in AlignSavedCalleeRegisterSlots()
135
slot_allocator_
.AllocateUnaligned(count);
in AllocateSavedCalleeRegisterSlots()
148
int old_end =
slot_allocator_
.Size();
in AllocateSpillSlot()
152
slot =
slot_allocator_
.Allocate(slots);
in AllocateSpillSlot()
159
slot_allocator_
.Align(alignment_in_slots);
in AllocateSpillSlot()
161
slot =
slot_allocator_
.AllocateUnaligned(slots);
in AllocateSpillSlot()
163
int end =
slot_allocator_
.Size();
in AllocateSpillSlot()
180
slot_allocator_
.AllocateUnaligned(static_cast<int>(slot_count));
in ReserveSpillSlots()
181
return
slot_allocator_
in ReserveSpillSlots()
190
AlignedSlotAllocator
slot_allocator_
;
global()
member in v8::internal::compiler::Frame
[all...]
H
A
D
frame.cc
17
slot_allocator_
.AllocateUnaligned(fixed_frame_size_in_slots);
in Frame()
36
int delta = alignment_in_slots - (
slot_allocator_
.Size() & mask);
in AlignFrame()
38
slot_allocator_
.Align(alignment_in_slots);
in AlignFrame()
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-linkage.h
230
int slot =
slot_allocator_
.Allocate(num_slots);
in NextStackSlot()
238
DCHECK_EQ(0,
slot_allocator_
.Size());
in SetStackOffset()
239
slot_allocator_
.AllocateUnaligned(offset);
in SetStackOffset()
242
int NumStackSlots() const { return
slot_allocator_
.Size(); }
in NumStackSlots()
244
void EndSlotArea() {
slot_allocator_
.AllocateUnaligned(0); }
in EndSlotArea()
261
AlignedSlotAllocator
slot_allocator_
;
member in v8::internal::wasm::LinkageAllocator
Completed in 2 milliseconds