Searched refs:ArrayVector (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-date.cc | 195 ToDateString(time_val, ArrayVector(buffer), isolate->date_cache()); in BUILTIN() 783 ToDateString(date->value()->Number(), ArrayVector(buffer), in BUILTIN() 804 SNPrintF(ArrayVector(buffer), "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", year, in BUILTIN() 807 SNPrintF(ArrayVector(buffer), "-%06d-%02d-%02dT%02d:%02d:%02d.%03dZ", -year, in BUILTIN() 810 SNPrintF(ArrayVector(buffer), "+%06d-%02d-%02dT%02d:%02d:%02d.%03dZ", year, in BUILTIN() 821 ToDateString(date->value()->Number(), ArrayVector(buffer), in BUILTIN() 832 ToDateString(date->value()->Number(), ArrayVector(buffer), in BUILTIN() 851 SNPrintF(ArrayVector(buffer), "%s, %02d %s %04d %02d:%02d:%02d GMT", in BUILTIN()
|
/external/v8/src/ |
D | optimized-compilation-info.cc | 114 if (name_vec.is_empty()) name_vec = ArrayVector("unknown"); in GetDebugName()
|
D | string-stream.h | 130 Add(format, ArrayVector(elems)); in Add()
|
D | vector.h | 285 inline constexpr Vector<T> ArrayVector(T (&arr)[N]) { in ArrayVector() function
|
D | messages.cc | 703 SNPrintF(ArrayVector(buffer), "%u]", wasm_func_index_); in ToString() 706 SNPrintF(ArrayVector(buffer), ":%d", GetPosition()); in ToString()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 94 constexpr Vector<const ValueType> kTypes_ilfd = ArrayVector(kTypesArr_ilfd); 188 SNPrintF(ArrayVector(buffer), "%s %s", ValueTypes::TypeName(type), context); in CheckSupportedType()
|
/external/v8/src/parsing/ |
D | parser.h | 839 const char* string = DoubleToCString(double_value, ArrayVector(array));
|
/external/v8/src/wasm/ |
D | module-compiler.cc | 3043 int url_chars = SNPrintF(ArrayVector(buffer), "wasm://wasm/%08x", hash); in CreateWasmScript() 3050 int name_chars = SNPrintF(ArrayVector(buffer), "wasm-%08x", hash); in CreateWasmScript()
|
D | function-body-decoder-impl.h | 2147 CALL_INTERFACE_IF_REACHABLE(SimdLaneOp, opcode, imm, ArrayVector(inputs), in SimdExtractLane() 2160 CALL_INTERFACE_IF_REACHABLE(SimdLaneOp, opcode, imm, ArrayVector(inputs), in SimdReplaceLane()
|
/external/v8/src/compiler/ |
D | pipeline.cc | 2289 OptimizedCompilationInfo info(ArrayVector("testing"), sequence->zone(), in AllocateRegistersForTesting()
|