OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_address
(Results
1 - 25
of
45
) sorted by null
1
2
/external/v8/src/compiler/
type-hint-analyzer.cc
78
Address
target_address
= rinfo->
target_address
();
local
79
Code* target = Code::GetCodeFromTargetAddress(
target_address
);
/external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
find_loop_instructions.py
119
target_address
, target_label = operands.split()
120
yield address,
target_address
/toolchain/binutils/binutils-2.25/gas/config/
tc-sh64.c
835
bfd_vma
target_address
;
local
848
target_address
862
if ((
target_address
& 1) == 0)
871
if (((
target_address
& 1) == 0) && ((insn & SHMEDIA_PTB_BIT) == 0))
874
if (((
target_address
& 1) != 0) && ((insn & SHMEDIA_PTB_BIT) != 0))
886
? 1 : ((
target_address
- opcode_address) / 4))
913
? 0 : (
target_address
- (opcode_address + 8))
922
? 0 : (
target_address
- (opcode_address + 8)))
959
? 0 : (
target_address
- (opcode_address + 12))
968
? 0 : (
target_address
- (opcode_address + 12)
[
all
...]
tc-epiphany.c
811
int
target_address
;
837
target_address
= S_GET_VALUE (fragP->fr_symbol) + fragP->fr_offset;
838
addend = (
target_address
- (opcode_address & -2));
804
int
target_address
;
local
tc-cris.c
667
bfd_vma
target_address
local
673
long offset =
target_address
- (address_of_var_part - 2);
831
unsigned long
target_address
;
local
843
target_address
= (symbolP ? S_GET_VALUE (symbolP) : 0) + fragP->fr_offset;
853
opcodep[0] = branch_disp ((
target_address
- address_of_var_part));
869
(
target_address
923
long offset =
target_address
- (address_of_var_part - 2);
[
all
...]
/external/v8/src/mips/
assembler-mips-inl.h
100
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
111
// Read the address of the word containing the
target_address
in an
254
return
target_address
();
262
if (
target_address
() != target)
/external/v8/src/mips64/
assembler-mips64-inl.h
100
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
111
// Read the address of the word containing the
target_address
in an
252
return
target_address
();
260
if (
target_address
() != target)
/external/v8/src/
type-info.cc
448
Address
target_address
= reloc_entry.
target_address
();
local
451
Code* target = Code::GetCodeFromTargetAddress(
target_address
);
disassembler.cc
195
Code* code = Code::GetCodeFromTargetAddress(relocinfo.
target_address
());
228
Address addr = relocinfo.
target_address
();
objects-debug.cc
[
all
...]
assembler.cc
861
Code* code = Code::GetCodeFromTargetAddress(
target_address
());
863
<< static_cast<const void*>(
target_address
()) << ")";
873
isolate,
target_address
(), Deoptimizer::EAGER);
899
Address addr =
target_address
();
[
all
...]
/external/v8/src/ppc/
assembler-ppc-inl.h
87
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
105
// Read the address of the word containing the
target_address
in an
219
return
target_address
();
227
if (
target_address
() != target)
codegen-ppc.cc
653
Address
target_address
=
local
655
Code* stub = GetCodeFromTargetAddress(
target_address
);
/external/v8/src/ia32/
assembler-ia32-inl.h
79
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
176
if (
target_address
() != target) {
codegen-ia32.cc
1024
Address
target_address
= sequence + *reinterpret_cast<int*>(sequence) +
local
[
all
...]
/external/v8/src/x87/
assembler-x87-inl.h
79
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
177
if (
target_address
() != target) {
codegen-x87.cc
626
Address
target_address
= sequence + *reinterpret_cast<int*>(sequence) +
local
628
Code* stub = GetCodeFromTargetAddress(
target_address
);
/external/v8/src/arm/
assembler-arm-inl.h
69
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
167
return
target_address
();
175
if (
target_address
() != target)
codegen-arm.cc
928
Address
target_address
= Memory::Address_at(
local
930
Code* stub = GetCodeFromTargetAddress(
target_address
);
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elf32-microblaze.c
1859
bfd_vma
target_address
;
local
1874
bfd_vma
target_address
;
local
1985
bfd_vma
target_address
;
local
2073
bfd_vma
target_address
;
local
[
all
...]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py
436
target_address
= sec_droid.bluetoothGetLocalAddress()
441
result = pri_droid.bluetoothDiscoverAndBond(
target_address
)
449
if d['address'] ==
target_address
:
/external/v8/src/arm64/
assembler-arm64-inl.h
691
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
760
return
target_address
();
768
if (
target_address
() != target) {
[
all
...]
/external/v8/src/heap/
objects-visiting-inl.h
260
Code* target = Code::GetCodeFromTargetAddress(rinfo->
target_address
());
269
target = Code::GetCodeFromTargetAddress(rinfo->
target_address
());
/external/v8/src/x64/
assembler-x64-inl.h
324
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
429
if (
target_address
() != target) {
codegen-x64.cc
592
Address
target_address
= sequence + *reinterpret_cast<int*>(sequence) +
local
594
Code* stub = GetCodeFromTargetAddress(
target_address
);
Completed in 2555 milliseconds
1
2