/external/v8/include/ |
D | v8-profiler.h | 481 virtual const char* GetLabel() = 0; 492 virtual const char* GetGroupLabel() { return GetLabel(); } in GetGroupLabel()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | RetainedDOMInfo.h | 48 virtual const char* GetLabel();
|
D | RetainedDOMInfo.cpp | 64 const char* RetainedDOMInfo::GetLabel() in GetLabel() function in WebCore::RetainedDOMInfo
|
D | V8GCController.cpp | 193 virtual const char* GetLabel() in GetLabel() function in WebCore::UnspecifiedGroup
|
/external/v8/test/benchmarks/ |
D | testcfg.py | 47 def GetLabel(self): member in BenchmarkTestCase
|
/external/v8/test/sputnik/ |
D | testcfg.py | 68 def GetLabel(self): member in SputnikTestCase
|
/external/v8/test/es5conform/ |
D | testcfg.py | 48 def GetLabel(self): member in ES5ConformTestCase
|
/external/v8/tools/ |
D | test.py | 76 '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/ |
D | testcfg.py | 44 def GetLabel(self): member in CcTestCase
|
D | test-mark-compact.cc | 432 virtual const char* GetLabel() { return "whatever"; } in GetLabel() function in TestRetainedObjectInfo
|
D | test-heap-profiler.cc | 792 virtual const char* GetLabel() { return label_; } in GetLabel() function in __anonccf759450411::TestRetainedObjectInfo
|
/external/v8/test/mozilla/ |
D | testcfg.py | 68 def GetLabel(self): member in MozillaTestCase
|
/external/v8/test/test262/ |
D | testcfg.py | 54 def GetLabel(self): member in Test262TestCase
|
/external/v8/test/message/ |
D | testcfg.py | 74 def GetLabel(self): member in MessageTestCase
|
/external/v8/test/preparser/ |
D | testcfg.py | 44 def GetLabel(self): member in PreparserTestCase
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetPreview.py | 89 if button.GetLabel() == JetDefs.BUT_MUTE:
|
D | JetDialogs.py | 424 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/ |
D | testcfg.py | 48 def GetLabel(self): member in MjsunitTestCase
|
/external/v8/src/x64/ |
D | lithium-x64.h | 2178 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/ |
D | lithium-mips.h | 2196 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/ |
D | lithium-ia32.h | 2314 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/ |
D | lithium-arm.h | 2216 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/ |
D | profile-generator.cc | 1402 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
|
D | lithium-allocator.cc | 1057 LLabel* label = chunk_->GetLabel(phi->block()->block_id()); in ResolvePhis()
|
/external/openfst/src/include/fst/ |
D | encode.h | 146 Label GetLabel(const A &arc) const { in GetLabel() function
|