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:kBytecodeCount
(Results
1 - 14
of
14
) sorted by relevance
/third_party/node/deps/v8/src/builtins/
H
A
D
generate-bytecodes-builtins-list.cc
55
BytecodeOperands::kOperandScaleCount * Bytecodes::
kBytecodeCount
;
in WriteHeader()
75
Bytecodes::
kBytecodeCount
- Bytecodes::kShortStarCount + 1);
in WriteHeader()
86
<< Bytecodes::
kBytecodeCount
<< "] = { \n";
in WriteHeader()
member in v8::internal::interpreter::Bytecodes
88
for (int i = Bytecodes::
kBytecodeCount
; i < 2 * Bytecodes::
kBytecodeCount
;
in WriteHeader()
/third_party/node/deps/v8/src/interpreter/
H
A
D
interpreter.cc
80
static const int
kBytecodeCount
= static_cast<int>(Bytecode::kLast) + 1;
in InitDispatchCounters()
local
82
new uintptr_t[
kBytecodeCount
*
kBytecodeCount
]);
in InitDispatchCounters()
84
sizeof(uintptr_t) *
kBytecodeCount
*
kBytecodeCount
);
in InitDispatchCounters()
337
for (int i = 0; i < Bytecodes::
kBytecodeCount
; i++) {
in ForEachBytecode()
H
A
D
bytecodes.cc
41
const uint8_t Bytecodes::kBytecodeSizes[3][
kBytecodeCount
] = {
57
const OperandSize* const Bytecodes::kOperandSizes[3][
kBytecodeCount
] = {
H
A
D
bytecodes.h
564
static const int
kBytecodeCount
= static_cast<int>(Bytecode::kLast) + 1;
member in v8::internal::interpreter::Bytecode::final
1040
static const uint8_t kBytecodeSizes[3][
kBytecodeCount
];
1041
static const OperandSize* const kOperandSizes[3][
kBytecodeCount
];
/third_party/node/deps/v8/src/builtins/mips/
H
A
D
builtins-mips.cc
965
Operand(kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
974
Operand(2 * kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
/third_party/node/deps/v8/src/builtins/mips64/
H
A
D
builtins-mips64.cc
974
Operand(kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
983
Operand(2 * kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
/third_party/node/deps/v8/src/builtins/ppc/
H
A
D
builtins-ppc.cc
1246
Operand(kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
1254
Operand(2 * kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
/third_party/node/deps/v8/src/builtins/ia32/
H
A
D
builtins-ia32.cc
953
Immediate(kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
959
Immediate(2 * kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
/third_party/node/deps/v8/src/builtins/loong64/
H
A
D
builtins-loong64.cc
964
Operand(kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
973
Operand(2 * kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
/third_party/node/deps/v8/src/builtins/x64/
H
A
D
builtins-x64.cc
1070
Immediate(kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
1076
Immediate(2 * kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
/third_party/node/deps/v8/src/builtins/arm64/
H
A
D
builtins-arm64.cc
1177
Operand(kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
1183
Operand(2 * kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
/third_party/node/deps/v8/src/builtins/arm/
H
A
D
builtins-arm.cc
990
Operand(kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
994
Operand(kByteSize * interpreter::Bytecodes::
kBytecodeCount
), LeaveCC,
in AdvanceBytecodeOffsetOrReturn()
/third_party/node/deps/v8/src/builtins/riscv64/
H
A
D
builtins-riscv64.cc
1028
Operand(kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
1037
Operand(2 * kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
/third_party/node/deps/v8/src/builtins/s390/
H
A
D
builtins-s390.cc
1279
Operand(kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
1287
Operand(2 * kByteSize * interpreter::Bytecodes::
kBytecodeCount
));
in AdvanceBytecodeOffsetOrReturn()
Completed in 58 milliseconds