Searched refs:uid2 (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/cctest/ |
D | test-cpu-profiler.cc | 321 unsigned uid2 = p2->GetUid(); in TEST() local 322 CHECK_NE(static_cast<int>(uid1), static_cast<int>(uid2)); in TEST() 323 CHECK_EQ(p2, v8::CpuProfiler::FindProfile(uid2)); in TEST() 336 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2)); in TEST() 341 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2)); in TEST() 376 unsigned uid2 = p2_t2->GetUid(); in TEST() local 377 CHECK_NE(static_cast<int>(uid1), static_cast<int>(uid2)); in TEST() 378 const v8::CpuProfile* p2 = v8::CpuProfiler::FindProfile(uid2); in TEST() 390 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2)); in TEST() 394 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2)); in TEST()
|
D | test-heap-profiler.cc | 1016 unsigned uid2 = s2->GetUid(); in TEST() local 1017 CHECK_NE(static_cast<int>(uid1), static_cast<int>(uid2)); in TEST() 1018 CHECK_EQ(s2, v8::HeapProfiler::FindSnapshot(uid2)); in TEST() 1028 CHECK_EQ(NULL, v8::HeapProfiler::FindSnapshot(uid2)); in TEST()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.h | 114 MCSymbol *GetARMSetPICJumpTableLabel2(unsigned uid, unsigned uid2, 116 MCSymbol *GetARMJTIPICJumpTableLabel2(unsigned uid, unsigned uid2) const;
|
D | ARMAsmPrinter.cpp | 385 GetARMSetPICJumpTableLabel2(unsigned uid, unsigned uid2, in GetARMSetPICJumpTableLabel2() argument 389 << getFunctionNumber() << '_' << uid << '_' << uid2 in GetARMSetPICJumpTableLabel2() 395 GetARMJTIPICJumpTableLabel2(unsigned uid, unsigned uid2) const { in GetARMJTIPICJumpTableLabel2() 398 << getFunctionNumber() << '_' << uid << '_' << uid2; in GetARMJTIPICJumpTableLabel2()
|