HomeSort by relevance Sort by last modified time
    Searched refs:code_addr (Results 1 - 25 of 26) sorted by null

1 2

  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 115 jmethodID method, jint code_size, void const * code_addr,
172 method_signature, code_addr, code_size);
183 (uint64_t)(uintptr_t) code_addr,
184 code_addr, code_size)) {
191 if (op_write_debug_line_info(agent_hdl, code_addr, map_length,
208 jmethodID method, void const * code_addr)
215 fprintf(stderr, "unload: addr=%p\n", code_addr);
216 if (op_unload_native_code(agent_hdl, (uint64_t)(uintptr_t) code_addr))
222 char const * name, void const * code_addr, jint code_size)
228 name, code_addr, code_size)
    [all...]
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 86 void * code_addr = event->u.compiled_method_load.code_addr; local
124 << ", addr=" << code_addr << ", size="
135 if (op_write_native_code(agent_hdl, buf, (uint64_t) code_addr,
136 code_addr, code_size))
142 void * code_addr = event->u.compiled_method_load.code_addr; local
145 << (unsigned long long) (uintptr_t) code_addr
148 if (op_unload_native_code(agent_hdl, (uint64_t)code_addr))
  /external/chromium_org/v8/src/third_party/kernel/tools/perf/util/
jitdump.h 47 uint64_t code_addr; member in struct:jr_code_load
71 uint64_t code_addr; member in struct:jr_code_debug_info
  /external/oprofile/libopagent/
jitdump.h 70 u64 code_addr; member in struct:jr_code_load
95 u64 code_addr; member in struct:jr_code_debug_info
opagent.c 241 rec.code_addr = (u64) (uintptr_t) code;
302 rec.code_addr = (uint64_t)(uintptr_t)code;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog.c 74 uint32_t code_addr = code->code_addr[3 - (code->config & 3) + n]; local
75 unsigned int alu_offset = ((code_addr & R300_ALU_START_MASK) >> R300_ALU_START_SHIFT) +
77 unsigned int alu_end = ((code_addr & R300_ALU_SIZE_MASK) >> R300_ALU_SIZE_SHIFT) +
79 int tex_offset = (code_addr & R300_TEX_START_MASK) >> R300_TEX_START_SHIFT;
80 int tex_end = (code_addr & R300_TEX_SIZE_MASK) >> R300_TEX_SIZE_SHIFT;
83 "alu_end: %u, tex_end: %d (code_addr: %08x)\n", n,
84 alu_offset, tex_offset, alu_end, tex_end, code_addr);
radeon_code.h 221 uint32_t code_addr[4]; /* US_CODE_ADDR */ member in struct:r300_fragment_program_code
r300_fragprog_emit.c 348 code->code_addr[emit->current_node] =
541 code->code_addr[shift + i] = code->code_addr[i];
543 code->code_addr[i] = 0;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog.c 74 uint32_t code_addr = code->code_addr[3 - (code->config & 3) + n]; local
75 unsigned int alu_offset = ((code_addr & R300_ALU_START_MASK) >> R300_ALU_START_SHIFT) +
77 unsigned int alu_end = ((code_addr & R300_ALU_SIZE_MASK) >> R300_ALU_SIZE_SHIFT) +
79 int tex_offset = (code_addr & R300_TEX_START_MASK) >> R300_TEX_START_SHIFT;
80 int tex_end = (code_addr & R300_TEX_SIZE_MASK) >> R300_TEX_SIZE_SHIFT;
83 "alu_end: %u, tex_end: %d (code_addr: %08x)\n", n,
84 alu_offset, tex_offset, alu_end, tex_end, code_addr);
radeon_code.h 221 uint32_t code_addr[4]; /* US_CODE_ADDR */ member in struct:r300_fragment_program_code
r300_fragprog_emit.c 348 code->code_addr[emit->current_node] =
541 code->code_addr[shift + i] = code->code_addr[i];
543 code->code_addr[i] = 0;
  /external/chromium_org/third_party/android_platform/development/scripts/
stack_core.py 193 frame, code_addr, area, symbol_present, symbol_name = match.group(
204 trace_lines.append((code_addr, "", area))
208 info = symbol.SymbolInformation(area, code_addr, more_info)
224 trace_lines.append((code_addr,
  /external/oprofile/opjitconv/
debug_line.c 308 unsigned long code_addr)
324 unsigned long last_vma = code_addr;
330 emit_lne_set_address(b, (void const *)code_addr);
375 unsigned long code_addr)
396 emit_lineno_info(b, line, nr_entry, code_addr);
470 rec->nr_entry, rec->code_addr);
parse_dump.c 35 end = rec->code_addr ? ptr + size : NULL;
46 entry->code = rec->code_addr ? ptr : NULL;
  /development/scripts/
stack_core.py 190 code_addr, area, symbol_present, symbol_name) = match.groups()
200 self.trace_lines.append((code_addr, "", area))
204 info = symbol.SymbolInformation(area, code_addr)
223 self.trace_lines.append((code_addr,
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
module_integrity_verifier_win.cc 141 uint8_t* code_addr,
143 return (code_addr <= address && address < code_addr + code_size);
  /external/lldb/source/Core/
Address.cpp 324 addr_t code_addr = GetLoadAddress (target); local
327 return target->GetCallableLoadAddress (code_addr, GetAddressClass());
328 return code_addr;
346 addr_t code_addr = GetLoadAddress (target); local
347 if (code_addr != LLDB_INVALID_ADDRESS)
348 code_addr = target->GetOpcodeLoadAddress (code_addr, GetAddressClass());
349 return code_addr;
    [all...]
  /external/chromium_org/v8/src/
perf-jit.cc 98 code_load.code_addr = reinterpret_cast<uint64_t>(code_pointer);
  /art/compiler/jni/portable/
jni_compiler.cc 134 // Get callee code_addr
135 ::llvm::Value* code_addr = local
200 ::llvm::Value* retval = irb_.CreateCall(code_addr, args);
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTrampolineHandler.cpp 352 lldb::addr_t code_addr = desc_ptr + start_offset + voffset; local
353 m_descriptors.push_back (VTableDescriptor(flags, code_addr));
355 if (m_code_start_addr == 0 || code_addr < m_code_start_addr)
356 m_code_start_addr = code_addr;
357 if (code_addr > m_code_end_addr)
358 m_code_end_addr = code_addr;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.c 256 ll_info->code_addr = gcov_read_counter ();
276 brm_info->code_addr = gcov_read_counter ();
791 ll_info->code_addr,
812 brm_info->code_addr,
gcov-io.h 633 gcov_type code_addr; /* the actual miss address (pc+1 for Intel) */ member in struct:gcov_pmu_load_latency_info
663 gcov_type code_addr; /* the actual mispredict address */ member in struct:gcov_pmu_branch_mispredict_info
    [all...]
  /external/lldb/source/Target/
Target.cpp 1900 addr_t code_addr = load_addr; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_fs.c 352 OUT_CB_TABLE(code->code_addr, 4);
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 352 OUT_CB_TABLE(code->code_addr, 4);

Completed in 1879 milliseconds

1 2