| /external/chromium_org/v8/src/arm/ |
| full-codegen-arm.cc | 103 // o lr: return address 262 // function, receiver address, parameter count. [all...] |
| macro-assembler-arm.cc | 46 void MacroAssembler::Jump(Address target, RelocInfo::Mode rmode, 78 Address target, RelocInfo::Mode rmode, Condition cond) { 93 Address target, 103 void MacroAssembler::Call(Address target, 124 // movw ip, #... @ call address low 16 125 // movt ip, #... @ call address high 16 127 // @ return address 130 // ldr ip, [pc, #...] @ call address 132 // @ return address 135 // address is loaded. The mov method will automatically recor [all...] |
| /external/chromium_org/v8/src/x64/ |
| macro-assembler-x64.cc | 41 (other.address() < reinterpret_cast<Address>(isolate()) || 42 other.address() >= reinterpret_cast<Address>(isolate() + 1))) { 45 Address roots_register_value = kRootRegisterBias + 46 reinterpret_cast<Address>(isolate()->heap()->roots_array_start()); 50 delta = other.address() - roots_register_value; 52 // For x32, zero extend the address to 64-bit and calculate the delta. 54 reinterpret_cast<intptr_t>(other.address())); 148 int64_t address = reinterpret_cast<int64_t>(source.address()) local 494 RecordWriteStub stub(isolate(), object, value, address, remembered_set_action, local [all...] |
| codegen-x64.cc | 106 // the return address. 194 // Return address is on the stack. 224 // Return address is on the stack. 363 // Return address is on the stack. 587 DCHECK(ExternalReference::math_exp_constants(0).address() != NULL); 666 Address target_address = sequence + *reinterpret_cast<int*>(sequence) +
|
| /external/clang/lib/CodeGen/ |
| CGBuiltin.cpp | 415 // FIXME: Get right address space. 421 Value *Locality, *RW, *Address = EmitScalarExpr(E->getArg(0)); 429 return RValue::get(Builder.CreateCall4(F, Address, RW, Locality, Data)); 661 Value *Address = EmitScalarExpr(E->getArg(0)); 665 Address, SrcAddr, SizeVal); 666 return RValue::get(Address); 752 Value *Address = EmitScalarExpr(E->getArg(0)); 753 Value *Result = getTargetHooks().decodeReturnAddress(*this, Address); 757 Value *Address = EmitScalarExpr(E->getArg(0)); 758 Value *Result = getTargetHooks().encodeReturnAddress(*this, Address); [all...] |
| CGExprAgg.cpp | 73 /// represents a value lvalue, this method emits the address of the lvalue, 189 void EmitInitializationToLValue(Expr *E, LValue Address); 190 void EmitNullInitializationToLValue(LValue Address); 204 /// represents a value lvalue, this method emits the address of the lvalue, [all...] |
| /external/chromium_org/chrome/browser/ui/autofill/ |
| autofill_dialog_controller_unittest.cc | 87 const char kEditedBillingAddress[] = "123 edited billing address"; 96 "billing address-line1", 97 "billing address-level2", 98 "billing address-level1", 103 "shipping address-line1", 104 "shipping address-level2", 105 "shipping address-level1", 751 ServerFieldType address = i == 0 ? ADDRESS_HOME_COUNTRY : local 765 outputs[address] = ASCIIToUTF16("United States"); [all...] |
| /external/lldb/source/Plugins/ObjectFile/Mach-O/ |
| ObjectFileMachO.cpp | 1850 uint64_t address; member in struct:lldb_copy_dyld_cache_mapping_info [all...] |
| /external/chromium_org/v8/src/ia32/ |
| assembler-ia32.cc | 98 // specially coded on IA32 means that it is a relative address, as used by 111 // Patch the code at the current address with the supplied instructions. 121 // Patch the code at the current PC with a call to the target address. 123 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { 282 bool Assembler::IsNop(Address addr) { 283 Address a = addr; 1316 // Relative address, relative to point after address. 1327 // Relative address, relative to point after address [all...] |
| /external/chromium_org/v8/test/cctest/ |
| test-cpu-profiler.cc | 64 i::Address frame1, 65 i::Address frame2 = NULL, 66 i::Address frame3 = NULL) { 156 profiler.CodeMoveEvent(comment2_code->address(), moved_code->address()); 161 EnqueueTickSampleEvent(processor.get(), aaa_code->address()); 166 CodeEntry* aaa = generator.code_map()->FindEntry(aaa_code->address()); 170 CodeEntry* comment = generator.code_map()->FindEntry(comment_code->address()); 174 CodeEntry* args5 = generator.code_map()->FindEntry(args5_code->address()); 178 CHECK_EQ(NULL, generator.code_map()->FindEntry(comment2_code->address())); [all...] |
| test-accessors.cc | 454 i::Address pc = frame->pc();
|
| test-serialize.cc | 50 static Address AddressOf(T id) { 51 return ExternalReference(id, CcTest::i_isolate()).address(); 78 encoder.Encode(stack_limit_address.address())); 82 encoder.Encode(real_stack_limit_address.address())); 84 encoder.Encode(ExternalReference::debug_break(isolate).address())); 87 encoder.Encode(ExternalReference::new_space_start(isolate).address())); 90 encoder.Encode(ExternalReference::roots_array_start(isolate).address())); 92 encoder.Encode(ExternalReference::cpu_features().address())); 106 CHECK_EQ(ExternalReference::address_of_stack_limit(isolate).address(), 108 CHECK_EQ(ExternalReference::address_of_real_stack_limit(isolate).address(), [all...] |
| /external/llvm/lib/MC/ |
| ELFObjectWriter.cpp | 288 uint64_t Address, uint64_t Offset, 717 // the symbol itself, like a linker generated table. Since the address of [all...] |
| /external/chromium_org/v8/src/ |
| full-codegen.cc | 436 // if the function was inlined, i.e., this is the return address in the [all...] |
| objects.cc | 2072 Address address = object->address(); local 10602 Address address = code_start_address + deopt_data->Pc(i)->value(); local [all...] |
| factory.h | 272 Handle<Foreign> NewForeign(Address addr,
|
| runtime.h | [all...] |
| /external/chromium_org/v8/test/mjsunit/tools/ |
| tickprocessor.js | 197 ' Address Publics by Value Rva+Base Lib:Object',
|
| /external/lldb/tools/debugserver/source/MacOSX/ |
| MachProcess.cpp | 747 // since the Z packets only send an address, we can only have one watchpoint at 748 // an address. If there is already one, we must refuse to create another watchpoint 852 // Make sure we have the a breakpoint opcode exists at this address 856 // We found a valid breakpoint opcode at this address, now restore 923 DNBLogError("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, remove = %d ) invalid breakpoint address", (uint64_t)addr, remove); 939 nub_addr_t addr = wp->Address(); [all...] |
| /external/chromium_org/v8/src/compiler/arm/ |
| code-generator-arm.cc | 605 Address deopt_entry = Deoptimizer::GetDeoptimizationEntry( 648 // +2 for return address and saved frame pointer.
|
| /external/chromium_org/v8/src/compiler/arm64/ |
| code-generator-arm64.cc | 630 Address deopt_entry = Deoptimizer::GetDeoptimizationEntry( 665 // +2 for return address and saved frame pointer.
|
| /external/chromium_org/v8/src/compiler/ia32/ |
| code-generator-ia32.cc | 571 Address deopt_entry = Deoptimizer::GetDeoptimizationEntry( 633 // stack, the number of arguments in EAX, the address of the runtime function 735 // +2 for return address and saved frame pointer. [all...] |
| /external/chromium_org/v8/src/x87/ |
| codegen-x87.cc | 71 int32_t address(Label* l) const { function in class:v8::internal::LabelConverter 98 // esp[0]: return address 233 // Return address is on the stack. 347 // Return address is on the stack. 592 Address target_address = sequence + *reinterpret_cast<int*>(sequence) +
|
| /external/lldb/source/API/ |
| SBThread.cpp | 753 Address target_addr (addr); 844 // Grab the current function, then we will make sure the "until" address is [all...] |
| /external/lldb/source/Plugins/ABI/MacOSX-arm/ |
| ABIMacOSX_arm.cpp | 263 Address so_addr; 265 // Figure out if our return address is ARM or Thumb by using the 266 // Address::GetCallableLoadAddress(Target*) which will figure out the ARM 267 // thumb-ness and set the correct address bits for us. 271 // Set "lr" to the return address 303 // Set "pc" to the address requested [all...] |