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:kPcLoadDelta
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm/
H
A
D
assembler-arm-inl.h
240
return pc + GetLdrRegisterImmediateOffset(instr) + Instruction::
kPcLoadDelta
;
in constant_pool_entry_address()
272
return pc + delta + Instruction::
kPcLoadDelta
;
in target_address_at()
325
intptr_t branch_offset = target - pc - Instruction::
kPcLoadDelta
;
in set_target_address_at()
H
A
D
constants-arm.h
425
static constexpr int
kPcLoadDelta
= 8;
member in v8::internal::Instruction
H
A
D
assembler-arm.cc
812
return pos + Instruction::
kPcLoadDelta
+ imm26;
in target_at()
891
int imm26 = target_pos - (pos + Instruction::
kPcLoadDelta
);
in target_at_put()
1458
return target_pos - (pc_offset() + Instruction::
kPcLoadDelta
);
in branch_offset()
5434
int delta = pc_offset() - entry.position() - Instruction::
kPcLoadDelta
;
in CheckConstPool()
H
A
D
assembler-arm.h
1163
4095 + Instruction::
kPcLoadDelta
;
H
A
D
macro-assembler-arm.cc
2633
sub(dst, pc, Operand(pc_offset() + Instruction::
kPcLoadDelta
));
in CallRecordWriteStub()
/third_party/node/deps/v8/src/diagnostics/arm/
H
A
D
disasm-arm.cc
666
byte* pc = reinterpret_cast<byte*>(instr) + Instruction::
kPcLoadDelta
;
in FormatOption()
/third_party/node/deps/v8/src/codegen/riscv64/
H
A
D
assembler-riscv64.h
331
static constexpr int
kPcLoadDelta
= 4;
variable
/third_party/node/deps/v8/src/codegen/mips64/
H
A
D
assembler-mips64.h
320
static constexpr int
kPcLoadDelta
= 4;
variable
/third_party/node/deps/v8/src/codegen/ppc/
H
A
D
constants-ppc.h
2927
constexpr uint8_t
kPcLoadDelta
= 8;
member
/third_party/node/deps/v8/src/wasm/baseline/arm/
H
A
D
liftoff-assembler-arm.h
517
patching_assembler.b(pc_offset() - offset - Instruction::
kPcLoadDelta
);
in PatchPrepareStackFrame()
553
b(func_start_offset - pc_offset() - Instruction::
kPcLoadDelta
);
in PatchPrepareStackFrame()
/third_party/node/deps/v8/src/execution/arm/
H
A
D
simulator-arm.cc
767
return registers_[reg] + ((reg == pc) ? Instruction::
kPcLoadDelta
: 0);
in get_register()
Completed in 51 milliseconds