/third_party/vixl/src/aarch32/ |
D | location-aarch32.h | 138 return GetLocation() == other.GetLocation(); 141 return GetLocation() < other.GetLocation(); 144 return GetLocation() <= other.GetLocation(); 147 return GetLocation() > other.GetLocation(); 441 buffer->UpdateData(GetLocation(), GetDataAddress(), GetSize()); in UpdateValue() 497 return element.GetLocation(); in GetKey()
|
D | location-aarch32.cc | 49 int32_t from = reference.GetLocation(); in ResolveReferences()
|
D | assembler-aarch32.cc | 2546 ? location->GetLocation() - in adr() 2564 loc->GetLocation() - AlignDown(program_counter, 4); in adr() 2595 loc->GetLocation() - AlignDown(program_counter, 4); in adr() 2630 loc->GetLocation() - AlignDown(program_counter, 4); in adr() 3015 ? location->GetLocation() - in b() 3032 Location::Offset off = loc->GetLocation() - program_counter; in b() 3058 Location::Offset off = loc->GetLocation() - program_counter; in b() 3081 Location::Offset off = loc->GetLocation() - program_counter; in b() 3110 Location::Offset off = loc->GetLocation() - program_counter; in b() 3138 Location::Offset off = loc->GetLocation() - program_counter; in b() [all …]
|
/third_party/node/deps/v8/src/roots/ |
D | roots-inl.h | 82 Object(*GetLocation(RootIndex::k##CamelName))); \ 86 Address* location = GetLocation(RootIndex::k##CamelName); \ 93 Address* ReadOnlyRoots::GetLocation(RootIndex root_index) const { in READ_ONLY_ROOT_LIST() 100 return *GetLocation(root_index); in at()
|
D | roots.h | 594 V8_INLINE Address* GetLocation(RootIndex root_index) const;
|
/third_party/node/deps/v8/include/ |
D | v8-debug.h | 26 Location GetLocation() const; 34 int GetLineNumber() const { return GetLocation().GetLineNumber() + 1; } in GetLineNumber() 43 int GetColumn() const { return GetLocation().GetColumnNumber() + 1; } in GetColumn()
|
/third_party/node/deps/v8/src/compiler/ |
D | linkage.h | 124 caller_location.GetLocation() + stack_param_delta, in ConvertToTailCallerLocation() 136 int32_t GetLocation() const { in GetLocation() function 147 return IsRegister() && GetLocation() == ANY_REGISTER; in IsAnyRegister() 149 bool IsCallerFrameSlot() const { return !IsRegister() && GetLocation() < 0; } in IsCallerFrameSlot() 150 bool IsCalleeFrameSlot() const { return !IsRegister() && GetLocation() >= 0; } in IsCalleeFrameSlot() 154 return GetLocation(); in AsRegister() 158 return GetLocation(); in AsCallerFrameSlot() 162 return GetLocation(); in AsCalleeFrameSlot()
|
D | linkage.cc | 109 int slot_offset = -operand.GetLocation(); in GetOffsetToFirstUnusedStackSlot() 123 int slot_offset = -operand.GetLocation(); in GetOffsetToReturns() 151 int slot_offset = -operand.GetLocation() - 1; in GetTaggedParameterSlots()
|
/third_party/node/deps/v8/src/parsing/ |
D | pending-compilation-error-handler.cc | 75 MessageLocation PendingCompilationErrorHandler::MessageDetails::GetLocation( in GetLocation() function in v8::internal::PendingCompilationErrorHandler::MessageDetails 136 MessageLocation location = warning.GetLocation(script); in ReportWarnings() 178 MessageLocation location = error_details_.GetLocation(script); in ThrowPendingError()
|
D | pending-compilation-error-handler.h | 129 MessageLocation GetLocation(Handle<Script> script) const;
|
/third_party/vixl/examples/aarch32/ |
D | custom-aarch32-disasm.cc | 52 symbols_.find(label.GetLocation()); in operator <<() 107 std::pair<Location::Offset, const char*>(GetLocation(), name_)); in ~NamedLabel()
|
D | examples.h | 63 int32_t location = entry_point.GetLocation(); in GetEntryPoint()
|
/third_party/vixl/examples/aarch64/ |
D | executable-memory.h | 67 int64_t location = entry_point.GetLocation(); in GetEntryPoint()
|
/third_party/node/deps/v8/src/handles/ |
D | global-handles.h | 298 return Handle<Object>(GetLocation(index)); in Get() 318 inline Address* GetLocation(int index) { in GetLocation() function
|
D | global-handles.cc | 1746 FullObjectSlot(GetLocation(index))); in IterateYoungRoots() 1753 if (ObjectInYoungGeneration(Object(*GetLocation(index)))) { in PostGarbageCollectionProcessing()
|
/third_party/vixl/src/ |
D | pool-manager.h | 197 T GetLocation() const { return location_; } in GetLocation() function 353 T GetLocation() const { return location_; } in GetLocation() function
|
/third_party/node/deps/v8/tools/v8windbg/src/ |
D | cur-isolate.cc | 20 RETURN_IF_FAIL(sp_isolate_key_data->GetLocation(&loc)); in GetIsolateKey()
|
D | object-inspection.cc | 24 RETURN_IF_FAIL(p_v8_object_instance->GetLocation(&location)); in Create() 541 RETURN_IF_FAIL(p_v8_local_instance->GetLocation(&loc)); in GetValue()
|
/third_party/vixl/test/ |
D | test-pool-manager.cc | 102 int32_t location = GetLocation(); in ResolveReferences() 179 int32_t location = GetLocation(); in ResolveReferences()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 117 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc, in GetLocation() function 204 ModRefInfo MR = GetLocation(Inst, Loc, TLI); in getCallDependencyFrom() 747 ModRefInfo MR = GetLocation(QueryInst, MemLoc, TLI); in getDependency()
|
/third_party/protobuf/src/google/protobuf/ |
D | text_format.h | 493 ParseLocation GetLocation(const FieldDescriptor* field, int index) const;
|
D | text_format_unittest.cc | 1432 tree->GetLocation(d->FindFieldByName(field_name), index); in ExpectLocation()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function.h | 490 const ast::Decoration* GetLocation(const ast::DecorationList& decos);
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-assembler.cc | 977 int param_offset = -loc.GetLocation() - 1; in PrepareStackTransfers() 1110 int return_slot = -loc.GetLocation() - offset - 1; in FinishCall()
|
/third_party/node/deps/v8/src/inspector/ |
D | v8-debugger.cc | 1123 auto location = v8Frame->GetLocation(); in symbolize()
|