| /external/lldb/source/Target/ |
| StackFrameList.cpp | 131 Address pc_as_address; 347 Address curr_frame_address (unwind_frame_sp->GetFrameCodeAddress()); 348 // Be sure to adjust the frame address to match the address 351 // address, else we decrement the address by one to get the correct 357 Address next_frame_address; [all...] |
| ThreadPlanCallFunction.cpp | 20 #include "lldb/Core/Address.h" 102 m_constructor_errors.Printf ("Could not find entry point address for executable module \"%s\".", 129 const Address &function, 192 const Address &function,
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
| HttpEngine.java | 20 import com.squareup.okhttp.Address; 265 Address address = new Address(uriHost, getEffectivePort(request.url()), local 268 routeSelector = new RouteSelector(address, request.uri(), client.getProxySelector(),
|
| /external/chromium_org/v8/src/ic/ia32/ |
| ic-ia32.cc | 309 // The return address is on the stack. 480 // Return address is on the stack. 507 // Return address is on the stack. 597 // Update write barrier for the elements array address. 677 // Return address is on the stack. 791 // Return address is on the stack. 804 // Return address is on the stack. 813 // Return address is on the stack. 826 // Return address is on the stack. 835 // Return address is on the stack [all...] |
| handler-compiler-ia32.cc | 186 Address function_address = v8::ToCData<Address>(api_call_info->callback()); 219 // -- esp[0] : return address 300 // Return address is on the stack. 310 // Return address is on the stack. 394 __ pop(scratch1); // Return address. 441 // Update the write barrier for the array address. 460 // Update the write barrier for the array address. 635 // Insert additional parameters into the stack frame above return address. 637 __ pop(scratch3()); // Get return address to place it below [all...] |
| /external/chromium_org/v8/src/ic/x64/ |
| ic-x64.cc | 256 // The return address is on the stack. 407 // Return address is on the stack. 571 // Return address is on the stack. 643 // address to store into and fall through to fast case. 726 // The return address is on the stack. 785 // The return address is on the stack. 803 // The return address is on the stack. 816 // The return address is on the stack. [all...] |
| handler-compiler-x64.cc | 180 Address function_address = v8::ToCData<Address>(api_call_info->callback()); 206 // -- rsp[0] : return address 249 // -- rsp[0] : return address 295 // Return address is on the stack. 305 // Return address is on the stack. 435 // Update the write barrier for the array address. 454 // Update the write barrier for the array address. 630 // Insert additional parameters into the stack frame above return address. 664 Address getter_address = v8::ToCData<Address>(callback->getter()) [all...] |
| /external/chromium_org/v8/src/ic/x87/ |
| ic-x87.cc | 311 // The return address is on the stack. 482 // Return address is on the stack. 509 // Return address is on the stack. 599 // Update write barrier for the elements array address. 679 // Return address is on the stack. 793 // Return address is on the stack. 806 // Return address is on the stack. 815 // Return address is on the stack. 828 // Return address is on the stack. 837 // Return address is on the stack [all...] |
| handler-compiler-x87.cc | 186 Address function_address = v8::ToCData<Address>(api_call_info->callback()); 219 // -- esp[0] : return address 300 // Return address is on the stack. 310 // Return address is on the stack. 396 __ pop(scratch1); // Return address. 443 // Update the write barrier for the array address. 462 // Update the write barrier for the array address. 637 // Insert additional parameters into the stack frame above return address. 639 __ pop(scratch3()); // Get return address to place it below [all...] |
| /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/ |
| example.js | 26 return 'Invalid Address'; 73 // <hex address> <symbol name> 91 // .text <hex address> <size> <filename>
|
| /external/lldb/source/Core/ |
| Value.cpp | 327 lldb::addr_t address = LLDB_INVALID_ADDRESS; local 329 Address file_so_addr; 355 error.SetErrorString ("can't read load address (no execution context)"); 372 address = m_value.ULongLong(LLDB_INVALID_ADDRESS); 373 if (target_sections.ResolveLoadAddress(address, file_so_addr)) 380 address = LLDB_INVALID_ADDRESS; 387 // address = m_value.ULongLong(LLDB_INVALID_ADDRESS); 388 // if (address != LLDB_INVALID_ADDRESS) 390 // if (exe_module_sp->ResolveFileAddress(address, file_so_addr)) 398 // address = LLDB_INVALID_ADDRESS [all...] |
| /external/lldb/source/Plugins/ObjectFile/ELF/ |
| ObjectFileELF.cpp | 516 Address 520 return Address(); 524 return Address(); 529 return Address(); 535 return Address(); 546 return Address(dynsym_section_sp, offset); 550 return Address(); 553 lldb_private::Address 912 // .debug_ranges ? Address ranges used in DW_AT_ranges attributes [all...] |
| /external/lldb/source/Symbol/ |
| UnwindPlan.cpp | 374 UnwindPlan::PlanValidAtAddress (Address addr) 397 s.PutCString ("Address range of this UnwindPlan: "); 399 m_plan_valid_address_range.Dump (&s, target_sp.get(), Address::DumpStyleSectionNameOffset);
|
| /external/lldb/tools/debugserver/source/MacOSX/ |
| MachThread.cpp | 623 return m_arch_ap->EnableHardwareBreakpoint(bp->Address(), bp->ByteSize()); 631 return m_arch_ap->EnableHardwareWatchpoint(wp->Address(), wp->ByteSize(), wp->WatchpointRead(), wp->WatchpointWrite(), also_set_on_task);
|
| /art/runtime/ |
| atomic.h | 40 // NOTE: Two "quasiatomic" operations on the exact same memory address 43 // non-quasiatomic operations on the same address, nor about 285 volatile T* Address() {
|
| /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/ |
| example.js | 244 var msg = 'Address number ' + count + ' = ' + arguments[i] + 259 common.logMessage('Address number ' + (i-1) + ' = ' + arguments[i] + '.');
|
| /external/chromium_org/v8/src/arm64/ |
| simulator-arm64.h | 44 Address stack_base, 49 // Call the generated regexp code directly. The code at the entry address 52 // the return address added by the ExitFrame in native calls. 201 Address stack_base, 268 // Push an address onto the JS stack. 269 uintptr_t PushAddress(uintptr_t address); 271 // Pop an address from the JS stack. 410 Address get_sp() { return reg<Address>(31, Reg31IsStackPointer); } 514 // Disassemble instruction at the given address [all...] |
| /external/chromium_org/v8/src/ic/arm/ |
| handler-compiler-arm.cc | 25 // -- lr : return address 59 // -- lr : return address 278 Address function_address = v8::ToCData<Address>(api_call_info->callback()); 446 // Update the write barrier for the array address. 467 // Update the write barrier for the array address. 684 Address getter_address = v8::ToCData<Address>(callback->getter());
|
| /external/chromium_org/v8/src/ic/arm64/ |
| handler-compiler-arm64.cc | 198 Address function_address = v8::ToCData<Address>(api_call_info->callback()); 214 // -- lr : return address 487 // Update the write barrier for the array address. 504 // Update the write barrier for the array address. 733 Address getter_address = v8::ToCData<Address>(callback->getter());
|
| /external/chromium_org/v8/src/ic/ |
| ic-state.h | 20 static void Clear(Isolate* isolate, Address address,
|
| /external/chromium_org/v8/src/ic/mips/ |
| handler-compiler-mips.cc | 25 // -- ra : return address 59 // -- ra : return address 273 Address function_address = v8::ToCData<Address>(api_call_info->callback()); 442 // Update the write barrier for the array address. 462 // Update the write barrier for the array address. 685 Address getter_address = v8::ToCData<Address>(callback->getter());
|
| /external/chromium_org/v8/src/ic/mips64/ |
| handler-compiler-mips64.cc | 25 // -- ra : return address 59 // -- ra : return address 273 Address function_address = v8::ToCData<Address>(api_call_info->callback()); 442 // Update the write barrier for the array address. 462 // Update the write barrier for the array address. 685 Address getter_address = v8::ToCData<Address>(callback->getter());
|
| /external/chromium_org/v8/src/ |
| log-utils.cc | 156 void Log::MessageBuilder::AppendAddress(Address addr) {
|
| /external/chromium_org/v8/tools/ |
| codemap.js | 63 * The number of alignment bits in a page address. 78 * @param {number} start The starting address. 89 * code entry with the specified starting address. 91 * @param {number} from The starting address of the entry being moved. 92 * @param {number} to The destination address. 103 * code entry with the specified starting address. 105 * @param {number} start The starting address of the entry being deleted. 115 * @param {number} start The starting address. 128 * @param {number} start The starting address. 183 * Finds a code entry that contains the specified address. Both static an [all...] |
| /external/lldb/include/lldb/Core/ |
| Section.h | 167 ResolveContainedAddress (lldb::addr_t offset, Address &so_addr) const; 291 lldb::addr_t m_file_addr; // The absolute file virtual address range of this section if m_parent == NULL, 292 // offset from parent file virtual address if m_parent != NULL 297 bool m_fake:1, // If true, then this section only can contain the address if one of its 298 // children contains an address. This allows for gaps between the children 299 // that are contained in the address range for this section, but do not produce 300 // hits unless the children contain the address.
|