OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:code_ptr
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
platform-macos.cc
163
char*
code_ptr
= getsectdatafromheader_64(
local
170
char*
code_ptr
= getsectdatafromheader(header, SEG_TEXT, SECT_TEXT, &size);
local
172
if (
code_ptr
== NULL) continue;
174
const uintptr_t start = reinterpret_cast<uintptr_t>(
code_ptr
) + slide;
/art/compiler/dex/
mir_graph.cc
122
int MIRGraph::ParseInsn(const uint16_t*
code_ptr
, DecodedInstruction* decoded_instruction) {
123
const Instruction* instruction = Instruction::At(
code_ptr
);
279
int flags, const uint16_t*
code_ptr
,
336
} else if (
code_ptr
< code_end) {
422
const uint16_t*
code_ptr
, const uint16_t* code_end) {
463
if (
code_ptr
< code_end) {
515
const uint16_t*
code_ptr
= current_code_item_->insns_;
local
578
while (
code_ptr
< code_end) {
582
int width = ParseInsn(
code_ptr
, &insn->dalvikInsn);
618
if ((width == 1) && ((current_offset_ & 0x1) == 0x1) && ((code_end -
code_ptr
) > 1))
[
all
...]
/external/v8/src/
platform-macos.cc
260
char*
code_ptr
= getsectdatafromheader_64(
local
267
char*
code_ptr
= getsectdatafromheader(header, SEG_TEXT, SECT_TEXT, &size);
local
269
if (
code_ptr
== NULL) continue;
271
const uintptr_t start = reinterpret_cast<uintptr_t>(
code_ptr
) + slide;
/external/qemu/tcg/
tcg.h
301
uint8_t *
code_ptr
;
member in struct:TCGContext
Completed in 1380 milliseconds