Home
last modified time | relevance | path

Searched defs:GetLabel (Results 1 – 8 of 8) sorted by relevance

/external/v8/tools/testrunner/objects/
Dtestcase.py88 def GetLabel(self): member in TestCase
/external/pdfium/core/fpdfdoc/
Dcpdf_pagelabel.cpp78 bool CPDF_PageLabel::GetLabel(int nPage, CFX_WideString* wsLabel) const { in GetLabel() function in CPDF_PageLabel
/external/toolchain-utils/crb/
Dautotest_run.py139 def GetLabel(self): member in AutotestRun
/external/v8/src/compiler/
Dcode-generator.h66 Label* GetLabel(RpoNumber rpo) { return &labels_[rpo.ToSize()]; } in GetLabel() function
/external/vixl/src/aarch32/
Ddisasm-aarch32.h122 Label* GetLabel() const { return label_; } in GetLabel() function
/external/v8/src/crankshaft/
Dlithium.cc267 LLabel* LChunk::GetLabel(int block_id) const { in GetLabel() function in v8::internal::LChunk
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc705 static PyObject* GetLabel(PyBaseDescriptor *self, void *closure) { in GetLabel() function
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2395 virtual const char* GetLabel() { return label_; } in GetLabel() function in v8::internal::NativeGroupRetainedObjectInfo