Searched refs:GetLabel (Results 1 - 25 of 29) sorted by relevance

12

/external/v8/tools/testrunner/local/
H A Dprogress.py71 'label': test.GetLabel(),
150 print 'Starting %s...' % test.GetLabel()
161 print 'Done running %s: %s' % (test.GetLabel(), outcome)
204 self.PrintProgress(test.GetLabel())
310 [test.GetLabel()] + self.runner.context.mode_flags + test.flags,
337 "name": test.GetLabel(),
363 "name": test.GetLabel(),
H A Dverbose.py98 sys.stderr.write("%4i (%s) %s\n" % (index, t, entry.GetLabel()))
/external/v8/tools/testrunner/objects/
H A Dtestcase.py87 def GetLabel(self): member in class:TestCase
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc91 static PyObject* GetLabel(CFieldDescriptor *self, void *closure) { function in namespace:google::protobuf::python::cfield_descriptor
103 { C("label"), (getter)GetLabel, NULL, "Label", NULL},
/external/v8/include/
H A Dv8-profiler.h598 * encoded string. V8 copies its contents during a call to GetLabel.
600 virtual const char* GetLabel() = 0;
611 virtual const char* GetGroupLabel() { return GetLabel(); }
/external/v8/src/compiler/
H A Dcode-generator-impl.h95 return gen_->GetLabel(ToRpoNumber(op));
H A Dcode-generator.cc142 masm()->bind(GetLabel(current_block_));
309 branch.true_label = GetLabel(true_rpo);
310 branch.false_label = GetLabel(false_rpo);
434 handlers_.push_back({caught, GetLabel(handler_rpo), masm()->pc_offset()});
H A Dcode-generator.h60 Label* GetLabel(RpoNumber rpo) { return &labels_[rpo.ToSize()]; } function in class:v8::internal::compiler::final
/external/v8/src/crankshaft/
H A Dlithium.cc274 LLabel* LChunk::GetLabel(int block_id) const { function in class:v8::internal::LChunk
282 LLabel* cur = GetLabel(block_id);
290 LLabel* label = GetLabel(block_id);
323 label->set_replacement(GetLabel(goto_instr->block_id()));
H A Dlithium-codegen.cc164 if (!chunk_->GetLabel(i)->HasReplacement()) return i;
/external/sonivox/jet_tools/JetCreator/
H A DJetPreview.py89 if button.GetLabel() == JetDefs.BUT_MUTE:
H A 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/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp469 CFX_WideString CPDF_PageLabel::GetLabel(int nPage) const { function in class:CPDF_PageLabel
518 bsLbl = PDF_EncodeText(GetLabel(i));
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc1016 if (!IsNextInAssemblyOrder(target)) __ b(GetLabel(target));
1040 __ b(eq, GetLabel(i.InputRpo(index + 1)));
1055 __ b(GetLabel(i.InputRpo(1)));
1057 __ b(GetLabel(i.InputRpo(index + 2)));
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc1284 if (!IsNextInAssemblyOrder(target)) __ B(GetLabel(target));
1307 __ B(eq, GetLabel(i.InputRpo(index + 1)));
1321 __ B(hs, GetLabel(i.InputRpo(1)));
1328 __ B(GetLabel(i.InputRpo(index + 2)));
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc1169 if (!IsNextInAssemblyOrder(target)) __ jmp(GetLabel(target));
1259 __ j(equal, GetLabel(i.InputRpo(index + 1)));
1271 cases[index] = GetLabel(i.InputRpo(index + 2));
1275 __ j(above_equal, GetLabel(i.InputRpo(1)));
/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc1246 if (!IsNextInAssemblyOrder(target)) __ Branch(GetLabel(target));
1408 __ beq(input, at, GetLabel(i.InputRpo(index + 1)));
1420 __ Branch(GetLabel(i.InputRpo(1)), hs, input, Operand(case_count));
1430 __ dd(GetLabel(i.InputRpo(index + 2)));
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc1472 if (!IsNextInAssemblyOrder(target)) __ Branch(GetLabel(target));
1645 __ beq(input, at, GetLabel(i.InputRpo(index + 1)));
1658 __ Branch(GetLabel(i.InputRpo(1)), hs, input, Operand(case_count));
1670 __ dd(GetLabel(i.InputRpo(index + 2)));
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc1447 if (!IsNextInAssemblyOrder(target)) __ b(GetLabel(target));
1514 __ beq(GetLabel(i.InputRpo(index + 1)));
1526 cases[index] = GetLabel(i.InputRpo(index + 2));
1530 __ bge(GetLabel(i.InputRpo(1)));
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc1690 if (!IsNextInAssemblyOrder(target)) __ jmp(GetLabel(target));
1769 __ j(equal, GetLabel(i.InputRpo(index + 1)));
1781 cases[index] = GetLabel(i.InputRpo(index + 2));
1785 __ j(above_equal, GetLabel(i.InputRpo(1)));
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc1545 if (!IsNextInAssemblyOrder(target)) __ jmp(GetLabel(target));
1635 __ j(equal, GetLabel(i.InputRpo(index + 1)));
1647 cases[index] = GetLabel(i.InputRpo(index + 2));
1651 __ j(above_equal, GetLabel(i.InputRpo(1)));
/external/v8/test/cctest/heap/
H A Dtest-mark-compact.cc375 virtual const char* GetLabel() { return "whatever"; } function in class:TestRetainedObjectInfo
/external/v8/test/cctest/
H A Dtest-global-handles.cc69 virtual const char* GetLabel() { return "whatever"; } function in class:TestRetainedObjectInfo
/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc698 const char* label = info->GetLabel();
2273 "%s / %" V8_PTR_PREFIX "d entries", info->GetLabel(), elements)
2274 : names_->GetCopy(info->GetLabel());
2435 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2438 virtual const char* GetLabel() { return label_; } function in class:v8::internal::NativeGroupRetainedObjectInfo
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1049 CFX_WideString GetLabel(int nPage) const;

Completed in 924 milliseconds

12