HomeSort by relevance Sort by last modified time
    Searched defs:SetLabel (Results 1 - 5 of 5) sorted by null

  /bionic/benchmarks/
math_benchmark.cpp 27 static void SetLabel(benchmark::State& state) {
28 state.SetLabel(names[state.range_x()]);
68 SetLabel(state);
83 SetLabel(state);
93 SetLabel(state);
103 SetLabel(state);
113 SetLabel(state);
123 SetLabel(state);
133 SetLabel(state);
144 SetLabel(state)
    [all...]
  /external/v8/src/
api-experimental.cc 112 void FastAccessorBuilder::SetLabel(LabelId label_id) {
113 FromApi(this)->SetLabel(label_id);
fast-accessor-assembler.cc 146 void FastAccessorAssembler::SetLabel(LabelId label_id) {
  /external/google-benchmark/src/
benchmark.cc 763 void State::SetLabel(const char* label) {
  /external/llvm/lib/MC/
MCStreamer.cpp 165 Table.setLabel(
669 MCSymbol *SetLabel = Context.createTempSymbol("set", true);
670 EmitAssignment(SetLabel, Diff);
671 EmitSymbolValue(SetLabel, Size);

Completed in 528 milliseconds