Home
last modified time | relevance | path

Searched refs:GetLocation (Results 1 – 25 of 44) sorted by relevance

12

/third_party/vixl/src/aarch32/
Dlocation-aarch32.h138 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()
Dlocation-aarch32.cc49 int32_t from = reference.GetLocation(); in ResolveReferences()
Dassembler-aarch32.cc2546 ? 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/
Droots-inl.h82 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()
Droots.h594 V8_INLINE Address* GetLocation(RootIndex root_index) const;
/third_party/node/deps/v8/include/
Dv8-debug.h26 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/
Dlinkage.h124 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()
Dlinkage.cc109 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/
Dpending-compilation-error-handler.cc75 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()
Dpending-compilation-error-handler.h129 MessageLocation GetLocation(Handle<Script> script) const;
/third_party/vixl/examples/aarch32/
Dcustom-aarch32-disasm.cc52 symbols_.find(label.GetLocation()); in operator <<()
107 std::pair<Location::Offset, const char*>(GetLocation(), name_)); in ~NamedLabel()
Dexamples.h63 int32_t location = entry_point.GetLocation(); in GetEntryPoint()
/third_party/vixl/examples/aarch64/
Dexecutable-memory.h67 int64_t location = entry_point.GetLocation(); in GetEntryPoint()
/third_party/node/deps/v8/src/handles/
Dglobal-handles.h298 return Handle<Object>(GetLocation(index)); in Get()
318 inline Address* GetLocation(int index) { in GetLocation() function
Dglobal-handles.cc1746 FullObjectSlot(GetLocation(index))); in IterateYoungRoots()
1753 if (ObjectInYoungGeneration(Object(*GetLocation(index)))) { in PostGarbageCollectionProcessing()
/third_party/vixl/src/
Dpool-manager.h197 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/
Dcur-isolate.cc20 RETURN_IF_FAIL(sp_isolate_key_data->GetLocation(&loc)); in GetIsolateKey()
Dobject-inspection.cc24 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/
Dtest-pool-manager.cc102 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/
DMemoryDependenceAnalysis.cpp117 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/
Dtext_format.h493 ParseLocation GetLocation(const FieldDescriptor* field, int index) const;
Dtext_format_unittest.cc1432 tree->GetLocation(d->FindFieldByName(field_name), index); in ExpectLocation()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.h490 const ast::Decoration* GetLocation(const ast::DecorationList& decos);
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.cc977 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/
Dv8-debugger.cc1123 auto location = v8Frame->GetLocation(); in symbolize()

12