Home
last modified time | relevance | path

Searched refs:uid2 (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/
Dtest-cpu-profiler.cc321 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()
Dtest-heap-profiler.cc1016 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/
DARMAsmPrinter.h114 MCSymbol *GetARMSetPICJumpTableLabel2(unsigned uid, unsigned uid2,
116 MCSymbol *GetARMJTIPICJumpTableLabel2(unsigned uid, unsigned uid2) const;
DARMAsmPrinter.cpp385 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()