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:first_reg_index
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/interpreter/
H
A
D
bytecode-register.h
162
RegisterList(int
first_reg_index
, int register_count)
in RegisterList()
argument
163
: first_reg_index_(
first_reg_index
), register_count_(register_count) {}
in RegisterList()
H
A
D
interpreter-assembler.cc
251
TNode<IntPtrT>
first_reg_index
= BytecodeOperandReg(operand_index);
in LoadRegisterPairAtOperandIndex()
local
252
TNode<IntPtrT> second_reg_index = NextRegister(
first_reg_index
);
in LoadRegisterPairAtOperandIndex()
253
return std::make_pair(LoadRegister(
first_reg_index
),
in LoadRegisterPairAtOperandIndex()
335
TNode<IntPtrT>
first_reg_index
= BytecodeOperandReg(operand_index);
in StoreRegisterPairAtOperandIndex()
local
336
StoreRegister(value1,
first_reg_index
);
in StoreRegisterPairAtOperandIndex()
337
TNode<IntPtrT> second_reg_index = NextRegister(
first_reg_index
);
in StoreRegisterPairAtOperandIndex()
346
TNode<IntPtrT>
first_reg_index
= BytecodeOperandReg(operand_index);
in StoreRegisterTripleAtOperandIndex()
local
347
StoreRegister(value1,
first_reg_index
);
in StoreRegisterTripleAtOperandIndex()
348
TNode<IntPtrT> second_reg_index = NextRegister(
first_reg_index
);
in StoreRegisterTripleAtOperandIndex()
H
A
D
bytecode-array-builder.cc
1592
int
first_reg_index
= reg_list.first_register().index();
in RegisterListIsValid()
local
1594
if (!RegisterIsValid(Register(
first_reg_index
+ i))) {
in RegisterListIsValid()
Completed in 7 milliseconds