Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.cc144 if (name_vec.empty()) name_vec = base::ArrayVector("unknown"); in GetDebugName()
/third_party/node/deps/v8/src/strings/
Dstring-stream.h166 Add(format, base::ArrayVector(elems)); in Add()
/third_party/node/deps/v8/src/wasm/
Dstreaming-decoder.cc378 return base::ArrayVector(byte_buffer_); in buffer()
403 return base::ArrayVector(byte_buffer_); in buffer()
Dwasm-debug.cc401 frame->function_index(), base::ArrayVector(kFloodingBreakpoints), 0); in FloodWithBreakpoints()
Dfunction-body-decoder-impl.h3854 base::ArrayVector(inputs), &result);
3868 base::ArrayVector(inputs), &result);
/third_party/node/deps/v8/src/builtins/
Dbuiltins-date.cc691 SNPrintF(base::ArrayVector(buffer), "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", in BUILTIN()
694 SNPrintF(base::ArrayVector(buffer), "-%06d-%02d-%02dT%02d:%02d:%02d.%03dZ", in BUILTIN()
697 SNPrintF(base::ArrayVector(buffer), "+%06d-%02d-%02dT%02d:%02d:%02d.%03dZ", in BUILTIN()
/third_party/node/deps/v8/src/base/
Dvector.h281 inline constexpr Vector<T> ArrayVector(T (&arr)[N]) { in ArrayVector() function
/third_party/node/deps/v8/src/objects/
Dcall-site-info.cc785 SNPrintF(base::ArrayVector(buffer), "0x%x", in SerializeWasmStackFrame()
/third_party/node/deps/v8/src/parsing/
Dparser.h789 DoubleToCString(double_value, base::ArrayVector(array));
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h339 return Return(base::ArrayVector(arr)); in Return()
Dpipeline.cc3353 OptimizedCompilationInfo info(base::ArrayVector("testing"), sequence->zone(), in AllocateRegistersForTesting()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc6678 ? base::ArrayVector(kSteppingBreakpoints) in GenerateLiftoffDebugSideTable()