Home
last modified time | relevance | path

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

12

/external/v8/include/
Dv8-profiler.h481 virtual const char* GetLabel() = 0;
492 virtual const char* GetGroupLabel() { return GetLabel(); } in GetGroupLabel()
/external/webkit/Source/WebCore/bindings/v8/
DRetainedDOMInfo.h48 virtual const char* GetLabel();
DRetainedDOMInfo.cpp64 const char* RetainedDOMInfo::GetLabel() in GetLabel() function in WebCore::RetainedDOMInfo
DV8GCController.cpp193 virtual const char* GetLabel() in GetLabel() function in WebCore::UnspecifiedGroup
/external/v8/test/benchmarks/
Dtestcfg.py47 def GetLabel(self): member in BenchmarkTestCase
/external/v8/test/sputnik/
Dtestcfg.py68 def GetLabel(self): member in SputnikTestCase
/external/v8/test/es5conform/
Dtestcfg.py48 def GetLabel(self): member in ES5ConformTestCase
/external/v8/tools/
Dtest.py76 'label': test.GetLabel(),
187 print 'Starting %s...' % case.GetLabel()
198 print 'Done running %s: %s' % (output.test.GetLabel(), outcome)
240 self.PrintProgress(case.GetLabel())
1516 print "--- begin source: %s ---" % test.GetLabel()
1519 print "--- end source: %s ---" % test.GetLabel()
1559 sys.stderr.write("%4i (%s) %s\n" % (index, t, entry.GetLabel()))
/external/v8/test/cctest/
Dtestcfg.py44 def GetLabel(self): member in CcTestCase
Dtest-mark-compact.cc432 virtual const char* GetLabel() { return "whatever"; } in GetLabel() function in TestRetainedObjectInfo
Dtest-heap-profiler.cc792 virtual const char* GetLabel() { return label_; } in GetLabel() function in __anonccf759450411::TestRetainedObjectInfo
/external/v8/test/mozilla/
Dtestcfg.py68 def GetLabel(self): member in MozillaTestCase
/external/v8/test/test262/
Dtestcfg.py54 def GetLabel(self): member in Test262TestCase
/external/v8/test/message/
Dtestcfg.py74 def GetLabel(self): member in MessageTestCase
/external/v8/test/preparser/
Dtestcfg.py44 def GetLabel(self): member in PreparserTestCase
/external/sonivox/jet_tools/JetCreator/
DJetPreview.py89 if button.GetLabel() == JetDefs.BUT_MUTE:
DJetDialogs.py424 if self.je.ctrls[JetDefs.F_PLAY].GetLabel() == JetDefs.BUT_STOP:
440 if self.je.ctrls[JetDefs.F_PLAYMIDI].GetLabel() == JetDefs.BUT_STOP:
775 if self.je.ctrls[JetDefs.F_PLAY].GetLabel() == JetDefs.BUT_STOP:
/external/v8/test/mjsunit/
Dtestcfg.py48 def GetLabel(self): member in MjsunitTestCase
/external/v8/src/x64/
Dlithium-x64.h2178 LLabel* GetLabel(int block_id) const { in GetLabel() function
2184 LLabel* cur = GetLabel(block_id); in LookupDestination()
2191 LLabel* label = GetLabel(block_id); in GetAssemblyLabel()
/external/v8/src/mips/
Dlithium-mips.h2196 LLabel* GetLabel(int block_id) const { in GetLabel() function
2202 LLabel* cur = GetLabel(block_id); in LookupDestination()
2209 LLabel* label = GetLabel(block_id); in GetAssemblyLabel()
/external/v8/src/ia32/
Dlithium-ia32.h2314 LLabel* GetLabel(int block_id) const { in GetLabel() function
2320 LLabel* cur = GetLabel(block_id); in LookupDestination()
2327 LLabel* label = GetLabel(block_id); in GetAssemblyLabel()
/external/v8/src/arm/
Dlithium-arm.h2216 LLabel* GetLabel(int block_id) const { in GetLabel() function
2222 LLabel* cur = GetLabel(block_id); in LookupDestination()
2229 LLabel* label = GetLabel(block_id); in GetAssemblyLabel()
/external/v8/src/
Dprofile-generator.cc1402 const char* label = info->GetLabel(); in GenerateId()
2677 info->GetLabel(), in AllocateEntry()
2679 collection_->names()->GetCopy(info->GetLabel()), in AllocateEntry()
2834 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel()); in IsEquivalent()
2837 virtual const char* GetLabel() { return label_; } in GetLabel() function in v8::internal::NativeGroupRetainedObjectInfo
Dlithium-allocator.cc1057 LLabel* label = chunk_->GetLabel(phi->block()->block_id()); in ResolvePhis()
/external/openfst/src/include/fst/
Dencode.h146 Label GetLabel(const A &arc) const { in GetLabel() function

12