Home
last modified time | relevance | path

Searched refs:ArrayVector (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-date.cc195 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/
Doptimized-compilation-info.cc114 if (name_vec.is_empty()) name_vec = ArrayVector("unknown"); in GetDebugName()
Dstring-stream.h130 Add(format, ArrayVector(elems)); in Add()
Dvector.h285 inline constexpr Vector<T> ArrayVector(T (&arr)[N]) { in ArrayVector() function
Dmessages.cc703 SNPrintF(ArrayVector(buffer), "%u]", wasm_func_index_); in ToString()
706 SNPrintF(ArrayVector(buffer), ":%d", GetPosition()); in ToString()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc94 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/
Dparser.h839 const char* string = DoubleToCString(double_value, ArrayVector(array));
/external/v8/src/wasm/
Dmodule-compiler.cc3043 int url_chars = SNPrintF(ArrayVector(buffer), "wasm://wasm/%08x", hash); in CreateWasmScript()
3050 int name_chars = SNPrintF(ArrayVector(buffer), "wasm-%08x", hash); in CreateWasmScript()
Dfunction-body-decoder-impl.h2147 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/
Dpipeline.cc2289 OptimizedCompilationInfo info(ArrayVector("testing"), sequence->zone(), in AllocateRegistersForTesting()