| /external/chromium_org/v8/src/x64/ |
| code-stubs-x64.cc | 26 Address deopt_handler = Runtime::FunctionForId( 42 Address deopt_handler = Runtime::FunctionForId( 157 // Account for return address and saved regs if input is rsp. 596 // rsp[0] : return address 660 // rax = address of new object(s) (tagged) 678 // rax = address of new object (tagged) 681 // rdi = address of arguments map (tagged) 709 // rax = address of new object (tagged) 712 // rdi = address of parameter map or backing store (tagged) 749 // rdx = address of parameter map (tagged 3921 Register address = local [all...] |
| lithium-codegen-x64.cc | 308 Address entry = table_entry->address; 735 Address entry = [all...] |
| /external/chromium_org/v8/src/x87/ |
| code-stubs-x87.cc | 31 Address deopt_handler = Runtime::FunctionForId( 50 Address deopt_handler = Runtime::FunctionForId( 185 // Account for return address and saved regs if input is esp. 345 // Return address is on the stack. 361 __ push(scratch); // return address 428 __ pop(ebx); // Return address. 436 // esp[0] : return address 461 // esp[0] : return address 493 // esp[8] = address of receiver argument 523 // eax = address of new object(s) (tagged [all...] |
| lithium-codegen-x87.cc | 117 // +1 for return address. 144 // Copy arguments, receiver, and return address. 303 // address, receiver, and the arguments. 385 Address entry = table_entry->address; 402 // address of a "calling" LAZY deopt, it only has to be somewhere [all...] |
| /external/chromium_org/v8/test/cctest/ |
| test-macro-assembler-x64.cc | 39 using i::Address; [all...] |
| test-assembler-arm64.cc | [all...] |
| /external/llvm/lib/Target/SystemZ/ |
| SystemZISelLowering.cpp | 136 // Expand jump table branches as address arithmetic followed by an 226 // Handle the various types of symbolic address. 392 case 'a': // Address register 436 case 'a': // Address register 512 case 'a': // Address register 748 // Likewise the address (in the form of a frame index) of where the 846 // Store the argument in a stack slot and pass its address. [all...] |
| /external/chromium_org/v8/src/ |
| runtime.cc | [all...] |
| hydrogen.cc | [all...] |
| /external/chromium_org/v8/src/ia32/ |
| lithium-codegen-ia32.cc | 148 // +1 for return address. 175 // Copy arguments, receiver, and return address. 337 // address, receiver, and the arguments. 388 Address entry = table_entry->address; 405 // address of a "calling" LAZY deopt, it only has to be somewhere 831 Address entry = [all...] |
| /external/chromium_org/v8/src/mips/ |
| code-stubs-mips.cc | 27 Address deopt_handler = Runtime::FunctionForId( 43 Address deopt_handler = Runtime::FunctionForId( 4198 Register address = local [all...] |
| /external/chromium_org/v8/src/mips64/ |
| code-stubs-mips64.cc | 26 Address deopt_handler = Runtime::FunctionForId( 42 Address deopt_handler = Runtime::FunctionForId( 4236 Register address = local [all...] |
| lithium-codegen-mips64.cc | 313 Address entry = table_entry->address; 776 Address entry = 4267 Register address = scratch0(); local [all...] |
| /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
| glprocs.h | 37 _glapi_proc Address; [all...] |
| /external/chromium_org/v8/src/arm64/ |
| assembler-arm64.cc | 187 // Patch the code at the current address with the supplied instructions. 199 // Patch the code at the current PC with a call to the target address. 201 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { 711 // Bind label to the address at pc_. All instructions (most likely branches) [all...] |
| simulator-arm64.cc | 203 Address stack_base, 311 uintptr_t Simulator::PushAddress(uintptr_t address) { 318 memcpy(stack_slot, &address, kPointerSize); 327 uintptr_t address = *stack_slot; local 330 return address; 411 // Returning to address 0 exits the Simulator. 1568 uintptr_t address = LoadStoreAddress(addr_reg, offset, addrmode); local 1674 uintptr_t address = LoadStoreAddress(addr_reg, offset, addrmode); local 1798 uintptr_t address = instr->LiteralAddress(); local 1828 uint64_t address = xreg(addr_reg, Reg31IsStackPointer); local 1849 uint64_t address = xreg(addr_reg, Reg31IsStackPointer); local 3402 int64_t address = reinterpret_cast<int64_t>(pc_); \/\/ default value. local [all...] |
| /external/clang/lib/Basic/ |
| Targets.cpp | 96 if (Opts.Sanitize.Address) Builder.defineMacro("_FORTIFY_SOURCE", "0"); 880 case 'a': // Address operand that is an indexed or indirect from a [all...] |
| /external/chromium-trace/ |
| script.js | [all...] |
| /external/chromium_org/third_party/android_platform/webview/ |
| frameworks.jar | |
| /external/chromium_org/v8/tools/profviz/ |
| gnuplot-4.6.3-emscripten.js | 18 // 3. provide your name and address as the primary contact for the [all...] |
| /external/chromium_org/third_party/usb_ids/ |
| usb.ids | [all...] |
| /external/chromium_org/third_party/libaddressinput/src/java/ |
| android.jar | |
| /external/chromium_org/tools/win/split_link/viz.js/ |
| viz.js | [all...] |
| /external/lldb/source/Plugins/Instruction/ARM/ |
| EmulateInstructionARM.cpp | 15 #include "lldb/Core/Address.h" 231 // Write "bits (32) UNKNOWN" to memory address "address". Helper function for many ARM instructions. 233 EmulateInstructionARM::WriteBits32UnknownToMemory (addr_t address) 242 if (!MemAWrite (context, address, random_data, addr_byte_size)) 326 // consecutive memory locations ending just below the address in SP, and updates 337 address = SP - 4*BitCount(registers); 344 MemA[address,4] = bits(32) UNKNOWN; 346 MemA[address,4] = R[i]; 347 address = address + 4 1222 addr_t address; \/\/ the PC relative address local 3881 addr_t address; \/\/ the calculated address local 4091 const addr_t address = ReadRegisterUnsigned (eRegisterKindDWARF, dwarf_r0 + n, 0, &success); local 4667 addr_t address; local 4837 addr_t address; local 4999 addr_t address; local 5177 addr_t address; local 5835 addr_t address; local 6042 addr_t address; local 6320 addr_t address; local 6445 addr_t address; local 6597 addr_t address; local 6716 addr_t address; local 6873 addr_t address; local 7038 addr_t address; local 7145 addr_t address; local 7280 addr_t address; local 7443 addr_t address; local 7556 addr_t address; local 7713 addr_t address; local 9921 addr_t address; local 10016 addr_t address; local 10163 addr_t address; local 10294 addr_t address; local 10437 addr_t address; local 10573 addr_t address; local 11082 addr_t address; local [all...] |