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

/external/v8/tools/testrunner/objects/
H A Dtestcase.py88 def GetLabel(self): member in class:TestCase
/external/pdfium/core/fpdfdoc/
H A Dcpdf_pagelabel.cpp78 bool CPDF_PageLabel::GetLabel(int nPage, CFX_WideString* wsLabel) const { function in class:CPDF_PageLabel
132 if (!GetLabel(i, &str))
/external/toolchain-utils/crb/
H A Dautotest_run.py139 def GetLabel(self): member in class:AutotestRun
/external/v8/src/compiler/
H A Dcode-generator.h67 Label* GetLabel(RpoNumber rpo) { return &labels_[rpo.ToSize()]; } function in class:v8::internal::compiler::final
/external/v8/src/crankshaft/
H A Dlithium.cc268 LLabel* LChunk::GetLabel(int block_id) const { function in class:v8::internal::LChunk
276 LLabel* cur = GetLabel(block_id);
284 LLabel* label = GetLabel(block_id);
317 label->set_replacement(GetLabel(goto_instr->block_id()));
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc705 static PyObject* GetLabel(PyBaseDescriptor *self, void *closure) { function in namespace:google::protobuf::python::field_descriptor
888 { "label", (getter)GetLabel, NULL, "Label"},
/external/vixl/src/aarch32/
H A Ddisasm-aarch32.h122 Label* GetLabel() const { return label_; } function in class:vixl::aarch32::Disassembler::PrintLabel
/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc684 const char* label = info->GetLabel();
2232 info->GetLabel(), elements)
2233 : names_->GetCopy(info->GetLabel());
2389 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2392 virtual const char* GetLabel() { return label_; } function in class:v8::internal::NativeGroupRetainedObjectInfo

Completed in 337 milliseconds