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:MemoryLowering
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
memory-lowering.cc
28
class
MemoryLowering
::AllocationGroup final : public ZoneObject {
61
MemoryLowering
::
MemoryLowering
(JSGraph* jsgraph, Zone* zone,
in MemoryLowering()
function in v8::internal::compiler::MemoryLowering
76
Zone*
MemoryLowering
::graph_zone() const { return graph()->zone(); }
in graph_zone()
78
Reduction
MemoryLowering
::Reduce(Node* node) {
in Reduce()
107
void
MemoryLowering
::EnsureAllocateOperator() {
in EnsureAllocateOperator()
120
Node*
MemoryLowering
::GetWasmInstanceNode() {
in GetWasmInstanceNode()
135
Reduction
MemoryLowering
::ReduceAllocateRaw(
in ReduceAllocateRaw()
376
Reduction
MemoryLowering
::ReduceLoadFromObject(Node* node) {
in ReduceLoadFromObject()
398
Reduction
MemoryLowering
[all...]
H
A
D
memory-optimizer.h
33
MemoryLowering
::AllocationFolding allocation_folding,
40
using AllocationState =
MemoryLowering
::AllocationState;
78
MemoryLowering
* memory_lowering() { return &memory_lowering_; }
in memory_lowering()
84
MemoryLowering
memory_lowering_;
H
A
D
memory-lowering.h
27
class
MemoryLowering
final : public Reducer {
76
MemoryLowering
(
137
DISALLOW_IMPLICIT_CONSTRUCTORS(
MemoryLowering
);
H
A
D
memory-optimizer.cc
184
MemoryLowering
::AllocationFolding allocation_folding,
in MemoryOptimizer()
394
MemoryLowering
::AllocationGroup* group = state->group();
in MergeStates()
H
A
D
pipeline.cc
1908
?
MemoryLowering
::AllocationFolding::kDoAllocationFolding
in Run()
1909
:
MemoryLowering
::AllocationFolding::kDontAllocationFolding,
in Run()
Completed in 9 milliseconds