Home
last modified time | relevance | path

Searched +defs:v8 +defs:b (Results 1 – 25 of 108) sorted by relevance

12345

/external/v8/src/
Ddiy-fp.cc9 namespace v8 { namespace
19 uint64_t b = f_ & kM32; in Multiply() local
/external/v8/src/parsing/
Dtoken.cc9 namespace v8 { namespace
43 #define KT(a, b, c) 'T', argument
44 #define KK(a, b, c) 'K', argument
/external/v8/src/ic/s390/
Dstub-cache-s390.cc12 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/
Dvalue-numbering-reducer.cc13 namespace v8 { namespace
28 bool Equals(Node* a, Node* b) { in Equals()
Dredundancy-elimination.cc9 namespace v8 { namespace
116 bool IsCompatibleCheck(Node const* a, Node const* b) { in IsCompatibleCheck()
Dverifier.cc26 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
Djs-intrinsic-lowering.cc19 namespace v8 { namespace
296 Node* b) { in Change()
307 Node* b, Node* c) { in Change()
319 Node* b, Node* c, Node* d) { in Change()
Dcommon-operator-reducer.cc16 namespace v8 { namespace
381 Node* b) { in Change()
/external/v8/src/ic/arm/
Dstub-cache-arm.cc12 namespace v8 { namespace
52 __ b(ne, &miss); in ProbeTable() local
58 __ b(ne, &miss); in ProbeTable() local
Dic-arm.cc12 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/
Dcompiler-dispatcher-tracer.cc9 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/
Dstub-cache-ppc.cc12 namespace v8 { namespace
77 __ b(&miss); in ProbeTable() local
79 __ b(&miss); in ProbeTable() local
/external/v8/src/crankshaft/
Dhydrogen-environment-liveness.cc9 namespace v8 { namespace
224 Handle<JSFunction> a, Handle<JSFunction> b) { in VerifyClosures()
/external/clang/test/SemaCXX/
Dconstant-expression.cpp29 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/
Dformat-strings.c27 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/
Dcodegen-arm.cc15 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 …]
Ddeoptimizer-arm.cc11 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/
Dgc-tracer.cc11 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/
Ddeoptimizer-ppc.cc11 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/
Ddeoptimizer-s390.cc11 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/
Dast-value-factory.cc34 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/
Dppc64le-aggregates.c15 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/
Dinterpreter-irregexp.cc22 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/
Dmethods-original.cc7 namespace v8 { namespace
216 blink::StructInBlink b; in F2() local
Dmethods-expected.cc7 namespace v8 { namespace
212 blink::StructInBlink b; in F2() local

12345