HomeSort by relevance Sort by last modified time
    Searched full:call_address (Results 1 - 12 of 12) sorted by null

  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 50 private static final int CALL_ADDRESS = 1;
276 menu.add(0, CALL_ADDRESS, 0, "Call someone");
285 case CALL_ADDRESS:
286 showDialog(CALL_ADDRESS);
309 case CALL_ADDRESS:
  /external/v8/src/x64/
deoptimizer-x64.cc 146 Address call_address = entry_pc + gap_code_size; local
149 call_address + MacroAssembler::kCallInstructionLength;
157 CodePatcher patcher(call_address, Assembler::kCallInstructionLength);
165 call_address + MacroAssembler::kShortCallInstructionLength;
177 CodePatcher call_patcher(call_address,
assembler-x64-inl.h 326 Address RelocInfo::call_address() { function in class:v8::internal::RelocInfo
  /external/qemu/memcheck/
memcheck_proc_management.h 73 target_ulong call_address; member in struct:ThreadCallStackEntry
75 * mapped module that contains call_address. */
82 /* Path to the image file of the module containing call_address. */
memcheck.c 442 thread->call_stack[thread->call_stack_count - 1 - indx].call_address;
memcheck_proc_management.c 401 thread->call_stack[thread->call_stack_count].call_address = from;
  /external/v8/src/arm/
assembler-arm-inl.h 137 Address RelocInfo::call_address() { function in class:v8::internal::RelocInfo
  /external/v8/src/ia32/
assembler-ia32-inl.h 153 Address RelocInfo::call_address() { function in class:v8::internal::RelocInfo
  /external/v8/src/mips/
assembler-mips-inl.h 196 Address RelocInfo::call_address() { function in class:v8::internal::RelocInfo
  /external/v8/src/
assembler.h 331 INLINE(Address call_address());
mark-compact.cc 486 HeapObject* code = Code::GetCodeFromTargetAddress(rinfo->call_address());
    [all...]
objects.cc     [all...]

Completed in 482 milliseconds