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:tasm_
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/codegen/
H
A
D
macro-assembler.h
93
tasm_
(tasm),
in FrameScope()
104
tasm_
->LeaveFrame(type_);
in ~FrameScope()
106
tasm_
->set_has_frame(old_has_frame_);
in ~FrameScope()
131
TurboAssembler*
tasm_
;
member in v8::internal::FrameScope
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
code-generator-impl.h
265
TurboAssembler* tasm() { return
tasm_
; }
in tasm()
272
TurboAssembler* const
tasm_
;
member in v8::internal::compiler::OutOfLineCode
H
A
D
code-generator.h
166
TurboAssembler* tasm() { return &
tasm_
; }
in tasm()
418
TurboAssembler
tasm_
;
member in v8::internal::compiler::final
H
A
D
code-generator.cc
66
tasm_
(isolate, options, CodeObjectRequired::kNo),
in CodeGenerator()
93
tasm_
.set_jump_optimization_info(jump_opt);
in CodeGenerator()
99
tasm_
.set_abort_hard(true);
in CodeGenerator()
101
tasm_
.set_builtin(builtin);
in CodeGenerator()
1310
: frame_(gen->frame()),
tasm_
(gen->tasm()), next_(gen->ools_) {
in OutOfLineCode()
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
macro-assembler-arm64.h
2093
:
tasm_
(tasm),
in InstructionAccurateScope()
2100
tasm_
->CheckVeneerPool(false, true, count * kInstrSize);
in InstructionAccurateScope()
2101
tasm_
->StartBlockVeneerPool();
in InstructionAccurateScope()
2104
tasm_
->bind(&start_);
in InstructionAccurateScope()
2106
previous_allow_macro_instructions_ =
tasm_
->allow_macro_instructions();
in InstructionAccurateScope()
2107
tasm_
->set_allow_macro_instructions(false);
in InstructionAccurateScope()
2112
tasm_
->EndBlockVeneerPool();
in ~InstructionAccurateScope()
2115
DCHECK(
tasm_
->SizeOfCodeGeneratedSince(&start_) == size_);
in ~InstructionAccurateScope()
2117
tasm_
->set_allow_macro_instructions(previous_allow_macro_instructions_);
in ~InstructionAccurateScope()
2122
TurboAssembler*
tasm_
;
member in v8::internal::InstructionAccurateScope
[all...]
Completed in 9 milliseconds