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
50
) sorted by null
1
2
/external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
find_loop_instructions.py
119
target_address
, target_label = operands.split()
120
yield address,
target_address
/external/v8/src/compiler/
type-hint-analyzer.cc
120
Address
target_address
= rinfo->
target_address
();
local
121
Code* target = Code::GetCodeFromTargetAddress(
target_address
);
/tools/test/connectivity/acts/tests/google/ble/system_tests/
BleStressTest.py
55
def _verify_successful_bond(self,
target_address
):
60
if
target_address
in {d['address'] for d in bonded_devices}:
310
target_address
, adv_callback = get_mac_address_of_generic_advertisement(
319
self.scn_ad.droid.bluetoothDiscoverAndBond(
target_address
)
320
if not self._verify_successful_bond(
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
/external/v8/src/mips/
assembler-mips-inl.h
100
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
110
// Read the address of the word containing the
target_address
in an
268
return
target_address
();
276
if (
target_address
() != target)
/external/v8/src/mips64/
assembler-mips64-inl.h
100
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
110
// Read the address of the word containing the
target_address
in an
250
return
target_address
();
258
if (
target_address
() != target)
/external/v8/src/
type-info.cc
442
Address
target_address
= reloc_entry.
target_address
();
local
445
Code* target = Code::GetCodeFromTargetAddress(
target_address
);
disassembler.cc
201
Code* code = Code::GetCodeFromTargetAddress(relocinfo.
target_address
());
232
Address addr = relocinfo.
target_address
();
objects-debug.cc
[
all
...]
/external/v8/src/ppc/
assembler-ppc-inl.h
87
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
104
// Read the address of the word containing the
target_address
in an
217
return
target_address
();
225
if (
target_address
() != target)
codegen-ppc.cc
502
Address
target_address
=
local
504
Code* stub = GetCodeFromTargetAddress(
target_address
);
/external/v8/src/s390/
assembler-s390-inl.h
91
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
100
// Read the address of the word containing the
target_address
in an
190
return
target_address
();
197
if (
target_address
() != target)
codegen-s390.cc
495
Address
target_address
=
local
497
Code* stub = GetCodeFromTargetAddress(
target_address
);
/external/v8/src/ia32/
assembler-ia32-inl.h
79
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
174
if (
target_address
() != target) {
/external/v8/src/x64/
codegen-x64.cc
509
Address
target_address
= sequence + *reinterpret_cast<int*>(sequence) +
local
511
Code* stub = GetCodeFromTargetAddress(
target_address
);
/external/v8/src/x87/
assembler-x87-inl.h
79
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
175
if (
target_address
() != target) {
/external/v8/src/arm/
assembler-arm-inl.h
69
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
165
return
target_address
();
173
if (
target_address
() != target)
codegen-arm.cc
779
Address
target_address
= Memory::Address_at(
local
781
Code* stub = GetCodeFromTargetAddress(
target_address
);
/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
...]
/external/v8/src/arm64/
assembler-arm64-inl.h
690
Address RelocInfo::
target_address
() {
function in class:v8::internal::RelocInfo
758
return
target_address
();
766
if (
target_address
() != target) {
[
all
...]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py
602
target_address
= sec_droid.bluetoothGetLocalAddress()
607
result = pri_droid.bluetoothDiscoverAndBond(
target_address
)
615
if d['address'] ==
target_address
:
/external/v8/src/heap/
remembered-set.h
269
Object* target = Code::GetCodeFromTargetAddress(rinfo->
target_address
());
objects-visiting-inl.h
262
Code* target = Code::GetCodeFromTargetAddress(rinfo->
target_address
());
271
target = Code::GetCodeFromTargetAddress(rinfo->
target_address
());
/external/v8/src/snapshot/
serializer.cc
639
Address target = rinfo->
target_address
();
647
Code* object = Code::GetCodeFromTargetAddress(rinfo->
target_address
());
Completed in 2966 milliseconds
1
2