Home
last modified time | relevance | path

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

12

/external/v8/tools/testrunner/local/
Dprogress.py75 'label': test.GetLabel(),
118 print 'Starting %s...' % test.GetLabel()
129 print 'Done running %s: %s' % (test.GetLabel(), outcome)
167 self.PrintProgress(test.GetLabel())
281 [test.GetLabel()] + self.runner.context.mode_flags + test.flags,
327 "name": test.GetLabel(),
Dverbose.py98 sys.stderr.write("%4i (%s) %s\n" % (index, t, entry.GetLabel()))
/external/v8/include/
Dv8-profiler.h563 virtual const char* GetLabel() = 0;
574 virtual const char* GetGroupLabel() { return GetLabel(); } in GetGroupLabel()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc91 static PyObject* GetLabel(CFieldDescriptor *self, void *closure) { in GetLabel() function
103 { C("label"), (getter)GetLabel, NULL, "Label", NULL},
/external/v8/src/
Dlithium.cc278 LLabel* LChunk::GetLabel(int block_id) const { in GetLabel() function in v8::internal::LChunk
286 LLabel* cur = GetLabel(block_id); in LookupDestination()
294 LLabel* label = GetLabel(block_id); in GetAssemblyLabel()
327 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()
Dlithium-codegen.cc162 if (!chunk_->GetLabel(i)->HasReplacement()) return i; in GetNextEmittedBlock()
Dheap-snapshot-generator.cc698 const char* label = info->GetLabel(); in GenerateId()
2283 "%s / %" V8_PTR_PREFIX "d entries", info->GetLabel(), elements) in AllocateEntry()
2284 : names_->GetCopy(info->GetLabel()); in AllocateEntry()
2447 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel()); in IsEquivalent()
2450 virtual const char* GetLabel() { return label_; } in GetLabel() function in v8::internal::NativeGroupRetainedObjectInfo
Dlithium.h641 LLabel* GetLabel(int block_id) const;
Dlithium-allocator.cc1061 LLabel* label = chunk_->GetLabel(phi->block()->block_id()); in ResolvePhis()
/external/v8/tools/testrunner/objects/
Dtestcase.py84 def GetLabel(self): member in TestCase
/external/v8/src/compiler/
Dcode-generator-impl.h64 return gen_->code()->GetLabel(InputBlock(index)); in InputLabel()
Dinstruction.cc315 Label* InstructionSequence::GetLabel(BasicBlock* block) { in GetLabel() function in v8::internal::compiler::InstructionSequence
Dinstruction.h846 Label* GetLabel(BasicBlock* block);
/external/pdfium/core/src/fpdfdoc/
Ddoc_basic.cpp505 CFX_WideString CPDF_PageLabel::GetLabel(int nPage) const in GetLabel() function in CPDF_PageLabel
556 bsLbl = PDF_EncodeText(GetLabel(i)); in GetPageByLabel()
/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:
DJetCreator.py1180 if self.btnPlay.GetLabel() == JetDefs.BUT_PLAY:
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc139 __ jmp(code()->GetLabel(i.InputBlock(0))); in AssembleArchInstruction()
408 Label* tlabel = code()->GetLabel(tblock); in AssembleArchBranch()
409 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc164 __ B(code_->GetLabel(i.InputBlock(0))); in AssembleArchInstruction()
480 Label* tlabel = code()->GetLabel(tblock); in AssembleArchBranch()
481 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc169 __ b(code_->GetLabel(i.InputBlock(0))); in AssembleArchInstruction()
454 Label* tlabel = code()->GetLabel(tblock); in AssembleArchBranch()
455 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc233 __ jmp(code_->GetLabel(i.InputBlock(0))); in AssembleArchInstruction()
630 Label* tlabel = code()->GetLabel(tblock); in AssembleArchBranch()
631 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch()
/external/v8/test/cctest/
Dtest-global-handles.cc69 virtual const char* GetLabel() { return "whatever"; } in GetLabel() function in TestRetainedObjectInfo
Dtest-mark-compact.cc375 virtual const char* GetLabel() { return "whatever"; } in GetLabel() function in TestRetainedObjectInfo
/external/openfst/src/include/fst/
Dencode.h146 Label GetLabel(const A &arc) const { in GetLabel() function
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1570 CFX_WideString GetLabel(int nPage) const;

12