Home
last modified time | relevance | path

Searched refs:ObjectPair (Results 1 – 6 of 6) sorted by relevance

/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.h67 typedef std::pair<ObjectFile*, ObjectFile*> ObjectPair; typedef
74 ObjectPair getOrCreateObjects(const std::string &Path,
97 std::map<std::pair<std::string, std::string>, ObjectPair>
DLLVMSymbolize.cpp373 LLVMSymbolizer::ObjectPair
386 ObjectPair Res = std::make_pair(nullptr, nullptr); in getOrCreateObjects()
411 ObjectPair Res = std::make_pair(Obj, DbgObj); in getOrCreateObjects()
456 ObjectPair Objects = getOrCreateObjects(BinaryName, ArchName); in getOrCreateModuleInfo()
/external/v8/src/
Darguments.h298 RUNTIME_FUNCTION_RETURNS_TYPE(ObjectPair, Name)
Druntime.cc9298 struct ObjectPair { struct
9304 static inline ObjectPair MakePair(Object* x, Object* y) { in MakePair()
9305 ObjectPair result = {x, y}; in MakePair()
9314 struct ObjectPair { struct
9322 static inline ObjectPair MakePair(Object* x, Object* y) { in MakePair()
9323 ObjectPair result = {x, 0, y, 0}; in MakePair()
9328 typedef uint64_t ObjectPair; typedef
9329 static inline ObjectPair MakePair(Object* x, Object* y) { in MakePair()
9332 (reinterpret_cast<ObjectPair>(y) << 32); in MakePair()
9335 (reinterpret_cast<ObjectPair>(x) << 32); in MakePair()
[all …]
/external/v8/src/mips64/
Dsimulator-mips64.cc1568 struct ObjectPair { struct
1573 typedef ObjectPair (*SimulatorRuntimeCall)(int64_t arg0,
1797 ObjectPair result = target(arg0, arg1, arg2, arg3, arg4, arg5); in SoftwareInterrupt()
/external/v8/src/arm64/
Dsimulator-arm64.cc515 struct ObjectPair { struct
521 typedef ObjectPair (*SimulatorRuntimeCall)(int64_t arg0,
587 ObjectPair result = target(xreg(0), xreg(1), xreg(2), xreg(3), in DoRuntimeCall()