Home
last modified time | relevance | path

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

12

/external/libbrillo/brillo/errors/
Derror_unittest.cc33 EXPECT_EQ("GenerateNetworkError", err->GetLocation().function_name()); in TEST()
34 EXPECT_EQ("error_unittest.cc", err->GetLocation().file_name()); in TEST()
35 EXPECT_EQ(15, err->GetLocation().line_number()); in TEST()
74 EXPECT_EQ(error1->GetLocation().function_name(), in TEST()
75 error2->GetLocation().function_name()); in TEST()
76 EXPECT_EQ(error1->GetLocation().file_name(), error2->GetLocation().file_name()); in TEST()
77 EXPECT_EQ(error1->GetLocation().line_number(), in TEST()
78 error2->GetLocation().line_number()); in TEST()
Derror.h61 const base::Location& GetLocation() const { in GetLocation() function
/external/vixl/src/aarch32/
Dlocation-aarch32.h129 return GetLocation() == other.GetLocation();
132 return GetLocation() < other.GetLocation();
135 return GetLocation() <= other.GetLocation();
138 return GetLocation() > other.GetLocation();
364 buffer->UpdateData(GetLocation(), GetDataAddress(), GetSize()); in UpdateValue()
400 return element.GetLocation(); in GetKey()
Dlocation-aarch32.cc49 int32_t from = reference.GetLocation(); in ResolveReferences()
Dassembler-aarch32.cc2546 ? location->GetLocation() - in adr()
2563 Location::Offset offset = location->GetLocation() - AlignDown(pc, 4); in adr()
2594 Location::Offset offset = location->GetLocation() - AlignDown(pc, 4); in adr()
2628 Location::Offset offset = location->GetLocation() - AlignDown(pc, 4); in adr()
3013 ? location->GetLocation() - in b()
3030 Location::Offset offset = location->GetLocation() - pc; in b()
3057 Location::Offset offset = location->GetLocation() - pc; in b()
3081 Location::Offset offset = location->GetLocation() - pc; in b()
3110 Location::Offset offset = location->GetLocation() - pc; in b()
3138 Location::Offset offset = location->GetLocation() - pc; in b()
[all …]
/external/v8/src/compiler/
Dlinkage.h99 caller_location.GetLocation() + stack_param_delta, in ConvertToTailCallerLocation()
116 int32_t GetLocation() const { in GetLocation() function
125 return IsRegister() && GetLocation() == ANY_REGISTER; in IsAnyRegister()
127 bool IsCallerFrameSlot() const { return !IsRegister() && GetLocation() < 0; } in IsCallerFrameSlot()
128 bool IsCalleeFrameSlot() const { return !IsRegister() && GetLocation() >= 0; } in IsCalleeFrameSlot()
132 return GetLocation(); in AsRegister()
136 return GetLocation(); in AsCallerFrameSlot()
140 return GetLocation(); in AsCalleeFrameSlot()
Dinstruction-selector-impl.h200 location.GetLocation()); in UseExplicit()
Dlinkage.cc84 -operand.GetLocation() + operand.GetSizeInPointers() - 1; in GetFirstUnusedStackSlot()
/external/v8/src/
Dpending-compilation-error-handler.cc28 MessageLocation PendingCompilationErrorHandler::MessageDetails::GetLocation( in GetLocation() function in v8::internal::PendingCompilationErrorHandler::MessageDetails
67 MessageLocation location = warning.GetLocation(script); in ReportWarnings()
94 MessageLocation location = error_details_.GetLocation(script); in ThrowPendingError()
Dglobal-handles.h274 return Handle<Object>(GetLocation(index)); in Get()
310 inline Object** GetLocation(int index) { in GetLocation() function
Dpending-compilation-error-handler.h85 MessageLocation GetLocation(Handle<Script> script) const;
Dglobal-handles.cc1117 GetLocation(index)); in IterateNewSpaceRoots()
1124 if (Heap::InNewSpace(*GetLocation(index))) { in PostGarbageCollectionProcessing()
/external/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.h66 int32_t location = entry_point.GetLocation(); in GetEntryPoint()
/external/image_io/src/base/
Ddata_scanner.cc305 token_range_ = DataRange(context.GetLocation(), context.GetLocation()); in Scan()
307 size_t bytes_available = context.GetRange().GetEnd() - context.GetLocation(); in Scan()
/external/vixl/src/
Dpool-manager.h198 T GetLocation() const { return location_; } in GetLocation() function
350 T GetLocation() const { return location_; } in GetLocation() function
/external/image_io/includes/image_io/base/
Ddata_context.h32 size_t GetLocation() const { return location_; } in GetLocation() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp119 AliasAnalysis::ModRefResult GetLocation(const Instruction *Inst, in GetLocation() function
208 AliasAnalysis::ModRefResult MR = GetLocation(Inst, Loc, AA); in getCallSiteDependencyFrom()
538 AliasAnalysis::ModRefResult MR = GetLocation(QueryInst, MemLoc, AA); in getDependency()
/external/protobuf/src/google/protobuf/
Dtext_format.h375 ParseLocation GetLocation(const FieldDescriptor* field, int index) const;
Dtext_format_unittest.cc973 TextFormat::ParseLocation location = tree->GetLocation( in ExpectLocation()
/external/vixl/test/
Dtest-pool-manager.cc102 int32_t location = GetLocation(); in ResolveReferences()
179 int32_t location = GetLocation(); in ResolveReferences()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp89 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc, in GetLocation() function
181 ModRefInfo MR = GetLocation(Inst, Loc, TLI); in getCallSiteDependencyFrom()
708 ModRefInfo MR = GetLocation(QueryInst, MemLoc, TLI); in getDependency()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp118 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc, in GetLocation() function
205 ModRefInfo MR = GetLocation(Inst, Loc, TLI); in getCallSiteDependencyFrom()
744 ModRefInfo MR = GetLocation(QueryInst, MemLoc, TLI); in getDependency()
/external/vixl/src/aarch64/
Dassembler-aarch64.h55 ptrdiff_t GetLocation() const { return location_; } in GetLocation() function
57 return GetLocation();
462 return GetBuffer().GetOffsetAddress<T>(label->GetLocation()); in GetLabelAddress()
4061 return GetBuffer().GetOffsetFrom(label->GetLocation()); in GetSizeOfCodeGeneratedSince()
/external/sonivox/jet_tools/JetCreator/
Deas.py403 def GetLocation (self): member in EAS_File

12