Searched refs:ArrayVector (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-date.cc | 201 ToDateString(time_val, ArrayVector(buffer), isolate->date_cache()); in BUILTIN() 757 ToDateString(date->value()->Number(), ArrayVector(buffer), in BUILTIN() 778 SNPrintF(ArrayVector(buffer), "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", year, in BUILTIN() 781 SNPrintF(ArrayVector(buffer), "-%06d-%02d-%02dT%02d:%02d:%02d.%03dZ", -year, in BUILTIN() 784 SNPrintF(ArrayVector(buffer), "+%06d-%02d-%02dT%02d:%02d:%02d.%03dZ", year, in BUILTIN() 795 ToDateString(date->value()->Number(), ArrayVector(buffer), in BUILTIN() 806 ToDateString(date->value()->Number(), ArrayVector(buffer), in BUILTIN() 825 SNPrintF(ArrayVector(buffer), "%s, %02d %s %4d %02d:%02d:%02d GMT", in BUILTIN()
|
/external/v8/src/ |
D | string-stream.h | 130 Add(format, ArrayVector(elems)); in Add()
|
D | vector.h | 212 inline Vector<T> ArrayVector(T (&arr)[N]) { in ArrayVector() function
|
D | compilation-info.cc | 164 if (name_vec.is_empty()) name_vec = ArrayVector("unknown"); in GetDebugName()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 1942 stub, 0, callable.descriptor(), ArrayVector(values)); in BuildToNumber() 4955 ArrayVector(values))); in BuildForInBody() 5066 ArrayVector(values)); in VisitFunctionLiteral() 5302 ArrayVector(values)); in VisitVariableProxy() 5364 stub_value, 0, callable.descriptor(), ArrayVector(values)); in VisitRegExpLiteral() 6582 Code::STORE_IC, stub, 0, callable.descriptor(), ArrayVector(values)); in HandleGlobalVariableAssignment() 6898 callable.descriptor(), ArrayVector(values)); in BuildNamedGeneric() 6905 Code::LOAD_IC, stub, 0, callable.descriptor(), ArrayVector(values)); in BuildNamedGeneric() 6921 callable.descriptor(), ArrayVector(values)); in BuildNamedGeneric() 6929 Code::STORE_IC, stub, 0, callable.descriptor(), ArrayVector(values)); in BuildNamedGeneric() [all …]
|
/external/v8/src/parsing/ |
D | parser.h | 989 const char* string = DoubleToCString(double_value, ArrayVector(array));
|
/external/v8/src/wasm/ |
D | wasm-module.cc | 151 int url_chars = SNPrintF(ArrayVector(buffer), "wasm://wasm/%08x", hash); in CreateWasmScript() 158 int name_chars = SNPrintF(ArrayVector(buffer), "wasm-%08x", hash); in CreateWasmScript()
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 3772 Vector<const char> func_name = ArrayVector("js-to-wasm"); in CompileJSToWasmWrapper() 3796 SNPrintF(ArrayVector(func_name), "js-to-wasm#%d", func->func_index); in CompileJSToWasmWrapper() 3852 Vector<const char> func_name = ArrayVector("wasm-to-js"); in CompileWasmToJSWrapper()
|
D | pipeline.cc | 1779 CompilationInfo info(ArrayVector("testing"), sequence->isolate(), in AllocateRegistersForTesting()
|