| /external/v8/src/ |
| D | diy-fp.cc | 9 namespace v8 { namespace 19 uint64_t b = f_ & kM32; in Multiply() local
|
| /external/v8/src/parsing/ |
| D | token.cc | 9 namespace v8 { namespace 43 #define KT(a, b, c) 'T', argument 44 #define KK(a, b, c) 'K', argument
|
| /external/v8/src/ic/s390/ |
| D | stub-cache-s390.cc | 12 namespace v8 { namespace 75 __ b(&miss, Label::kNear); in ProbeTable() local 77 __ b(&miss, Label::kNear); in ProbeTable() local 84 __ b(code); in ProbeTable() local
|
| /external/v8/src/compiler/ |
| D | value-numbering-reducer.cc | 13 namespace v8 { namespace 28 bool Equals(Node* a, Node* b) { in Equals()
|
| D | redundancy-elimination.cc | 9 namespace v8 { namespace 116 bool IsCompatibleCheck(Node const* a, Node const* b) { in IsCompatibleCheck()
|
| D | verifier.cc | 26 namespace v8 { namespace 1416 for (BasicBlockVector::iterator b = rpo_order->begin(); b != rpo_order->end(); in Run() local 1432 for (size_t b = 0; b < rpo_order->size(); b++) { in Run() local 1473 for (size_t b = 0; b < rpo_order->size(); b++) { in Run() local 1519 for (BasicBlockVector::iterator b = rpo_order->begin(); in Run() local 1540 for (BasicBlockVector::iterator b = rpo_order->begin(); b != rpo_order->end(); in Run() local 1557 for (BasicBlockVector::iterator b = rpo_order->begin(); b != rpo_order->end(); in Run() local
|
| D | js-intrinsic-lowering.cc | 19 namespace v8 { namespace 296 Node* b) { in Change() 307 Node* b, Node* c) { in Change() 319 Node* b, Node* c, Node* d) { in Change()
|
| D | common-operator-reducer.cc | 16 namespace v8 { namespace 381 Node* b) { in Change()
|
| /external/v8/src/ic/arm/ |
| D | stub-cache-arm.cc | 12 namespace v8 { namespace 52 __ b(ne, &miss); in ProbeTable() local 58 __ b(ne, &miss); in ProbeTable() local
|
| D | ic-arm.cc | 12 namespace v8 { namespace 58 __ b(ne, miss); in GenerateDictionaryLoad() local 104 __ b(ne, miss); in GenerateDictionaryStore() local 242 __ b(ne, fast_double); in KeyedStoreGenerateMegamorphicHelper() local 252 __ b(ne, &holecheck_passed1); in KeyedStoreGenerateMegamorphicHelper() local 296 __ b(ne, slow); in KeyedStoreGenerateMegamorphicHelper() local 307 __ b(ne, &fast_double_without_map_check); in KeyedStoreGenerateMegamorphicHelper() local 324 __ b(ne, &non_double_value); in KeyedStoreGenerateMegamorphicHelper() local 395 __ b(ne, &slow); in GenerateMegamorphic() local 399 __ b(eq, &array); in GenerateMegamorphic() local [all …]
|
| /external/v8/src/compiler-dispatcher/ |
| D | compiler-dispatcher-tracer.cc | 9 namespace v8 { namespace 155 double sum = buffer.Sum([](double a, double b) { return a + b; }, 0.0); in Average() 163 [](std::pair<size_t, double> a, std::pair<size_t, double> b) { in Estimate()
|
| /external/v8/src/ic/ppc/ |
| D | stub-cache-ppc.cc | 12 namespace v8 { namespace 77 __ b(&miss); in ProbeTable() local 79 __ b(&miss); in ProbeTable() local
|
| /external/v8/src/crankshaft/ |
| D | hydrogen-environment-liveness.cc | 9 namespace v8 { namespace 224 Handle<JSFunction> a, Handle<JSFunction> b) { in VerifyClosures()
|
| /external/clang/test/SemaCXX/ |
| D | constant-expression.cpp | 29 v8 = etval, enumerator 86 b = a? 8 : 4 enumerator 118 …typedef int b[(long long)4e20]; // expected-warning {{variable length}} expected-error {{variable … typedef 124 struct Y { bool b; X x; }; // expected-error {{field has incomplete type 'test3::X'}} member 140 T b; in fn1() local
|
| /external/clang/test/Sema/ |
| D | format-strings.c | 27 char * b; in check_string_literal() local 77 char * b; in check_string_literal2() local 124 char *b; in check_writeback_specifier() local 165 void check_null_char_string(char* b) in check_null_char_string() 185 void check_wide_string(char* b, ...) in check_wide_string() 237 void torture(va_list v8) { in torture() 297 void test12(char *b) { in test12()
|
| /external/v8/src/arm/ |
| D | codegen-arm.cc | 15 namespace v8 { namespace 382 __ b(eq, &only_change_map); in GenerateSmiToDouble() local 442 __ b(&entry); in GenerateSmiToDouble() local 454 __ b(&done); in GenerateSmiToDouble() local 459 __ b(fail); in GenerateSmiToDouble() local 472 __ b(&entry); in GenerateSmiToDouble() local 487 __ b(lt, &loop); in GenerateSmiToDouble() local 521 __ b(eq, &only_change_map); in GenerateDoubleToObject() local 561 __ b(&initialization_loop_entry); in GenerateDoubleToObject() local 566 __ b(lt, &initialization_loop); in GenerateDoubleToObject() local [all …]
|
| D | deoptimizer-arm.cc | 11 namespace v8 { namespace 218 __ b(&pop_loop_header); in Generate() local 225 __ b(ne, &pop_loop); in Generate() local 262 __ b(ne, &inner_push_loop); // test for gt? in Generate() local 266 __ b(lt, &outer_push_loop); in Generate() local 321 __ b(&done); in GeneratePrologue() local 337 __ b(&high_fixes[i >> 8]); // Jump to the secondary table. in GeneratePrologue() local 346 if (high < high_fix_max) __ b(&high_fixes[0]); in GeneratePrologue() local
|
| /external/v8/src/heap/ |
| D | gc-tracer.cc | 11 namespace v8 { namespace 692 [time_ms](BytesAndDuration a, BytesAndDuration b) { in AverageSpeed() 813 [](double a, double b) { return b; }, 0.0); in ContextDisposalRateInMilliseconds() 820 [](double a, double b) { return a + b; }, 0.0); in AverageSurvivalRatio()
|
| /external/v8/src/ppc/ |
| D | deoptimizer-ppc.cc | 11 namespace v8 { namespace 218 __ b(&pop_loop_header); in Generate() local 249 __ b(&outer_loop_header); in Generate() local 255 __ b(&inner_loop_header); in Generate() local 318 __ b(&done); in GeneratePrologue() local
|
| /external/v8/src/s390/ |
| D | deoptimizer-s390.cc | 11 namespace v8 { namespace 216 __ b(&pop_loop_header, Label::kNear); in Generate() local 247 __ b(&outer_loop_header, Label::kNear); in Generate() local 253 __ b(&inner_loop_header, Label::kNear); in Generate() local 312 __ b(&done); in GeneratePrologue() local
|
| /external/v8/src/ast/ |
| D | ast-value-factory.cc | 34 namespace v8 { namespace 348 const AstValue* AstValueFactory::NewBoolean(bool b) { in NewBoolean() 398 bool AstValueFactory::AstRawStringCompare(void* a, void* b) { in AstRawStringCompare()
|
| /external/clang/test/CodeGen/ |
| D | ppc64le-aggregates.c | 15 struct fab { float a; float b; }; member 16 struct fabc { float a; float b; float c; }; member 18 struct f2a2b { float a[2]; float b[2]; }; member 135 struct v8 { vector int v[8]; }; argument 138 struct vab { vector int a; vector int b; }; member 139 struct vabc { vector int a; vector int b; vector int c; }; member 255 struct v3fab { float3 a; float3 b; }; member 256 struct v3fabc { float3 a; float3 b; float3 c; }; member
|
| /external/v8/src/regexp/ |
| D | interpreter-irregexp.cc | 22 namespace v8 { namespace 88 unsigned char b = pc[i]; in TraceInterpreter() local 437 byte b = pc[8 + ((current_char & mask) >> kBitsPerByteLog2)]; in RawMatch() local
|
| /external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
| D | methods-original.cc | 7 namespace v8 { namespace 216 blink::StructInBlink b; in F2() local
|
| D | methods-expected.cc | 7 namespace v8 { namespace 212 blink::StructInBlink b; in F2() local
|