Searched refs:PodArray (Results 1 – 17 of 17) sorted by relevance
/third_party/node/deps/v8/src/numbers/ |
D | math-random.cc | 23 Handle<PodArray<State>> pod = in InitializeContext() 24 PodArray<State>::New(isolate, 1, AllocationType::kOld); in InitializeContext() 32 PodArray<State>::cast(native_context.math_random_state()).set(0, state); in ResetContext() 38 PodArray<State> pod = in RefillCache() 39 PodArray<State>::cast(native_context.math_random_state()); in RefillCache()
|
/third_party/node/deps/v8/src/objects/ |
D | fixed-array-inl.h | 664 PodArray<T>::PodArray(Address ptr) : ByteArray(ptr) {} in PodArray() function 667 PodArray<T> PodArray<T>::cast(Object object) { in cast() 668 return PodArray<T>(object.ptr()); in cast() 673 Handle<PodArray<T>> PodArray<T>::New(Isolate* isolate, int length, in New() 675 return Handle<PodArray<T>>::cast( in New() 680 int PodArray<T>::length() const { in length()
|
D | fixed-array.h | 592 class PodArray : public ByteArray { 594 static Handle<PodArray<T>> New( 628 DECL_CAST(PodArray<T>) 630 OBJECT_CONSTRUCTORS(PodArray<T>, ByteArray);
|
D | code.h | 1151 DECL_ELEMENT_ACCESSORS(InliningPositions, PodArray<InliningPosition>)
|
D | code-inl.h | 1302 DEFINE_DEOPT_ELEMENT_ACCESSORS(InliningPositions, PodArray<InliningPosition>) in DEFINE_DEOPT_ELEMENT_ACCESSORS()
|
/third_party/node/deps/v8/src/parsing/ |
D | preparse-data.h | 22 class PodArray; variable
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.cc | 559 PodArray<wasm::ValueType> serialized_sig = in UpdateDispatchTables() 1634 Handle<PodArray<wasm::ValueType>> serialized_sig = in New() 1635 PodArray<wasm::ValueType>::New(isolate, sig_size, AllocationType::kOld); in New() 1669 PodArray<wasm::ValueType> serialized_sig = in MatchesSignature() 1907 Handle<PodArray<wasm::ValueType>> serialized_signature) { in New() 2074 Handle<PodArray<wasm::ValueType>> serialized_sig = in New() 2075 PodArray<wasm::ValueType>::New(isolate, sig_size, AllocationType::kOld); in New() 2205 PodArray<wasm::ValueType> WasmCapiFunction::GetSerializedSignature() const { in GetSerializedSignature()
|
D | wasm-objects.h | 648 Handle<PodArray<wasm::ValueType>> serialized_signature); 650 PodArray<wasm::ValueType> GetSerializedSignature() const;
|
D | c-api.cc | 1376 static i::Handle<i::PodArray<i::wasm::ValueType>> Serialize( in Serialize() 1380 i::Handle<i::PodArray<i::wasm::ValueType>> sig = in Serialize() 1381 i::PodArray<i::wasm::ValueType>::New(isolate, sig_size, in Serialize() 1398 static own<FuncType> Deserialize(i::PodArray<i::wasm::ValueType> sig) { in Deserialize() 1415 static int ResultArity(i::PodArray<i::wasm::ValueType> sig) { in ResultArity() 1423 static int ParamArity(i::PodArray<i::wasm::ValueType> sig) { in ParamArity() 1427 static i::PodArray<i::wasm::ValueType> GetSig( in GetSig()
|
D | wasm-objects.tq | 7 constexpr 'PodArray<wasm::ValueType>';
|
D | wasm-js.cc | 1671 i::Handle<i::PodArray<i::wasm::ValueType>> signature, in EncodeExceptionValues() 1774 i::Handle<i::PodArray<i::wasm::ValueType>> signature( in WebAssemblyException()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | code-generator.cc | 867 Handle<PodArray<InliningPosition>> CreateInliningPositions( in CreateInliningPositions() 871 Handle<PodArray<InliningPosition>> inl_positions = in CreateInliningPositions() 872 PodArray<InliningPosition>::New( in CreateInliningPositions() 920 Handle<PodArray<InliningPosition>> inl_pos = in GenerateDeoptimizationData()
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-code-generator.cc | 603 Handle<PodArray<InliningPosition>> inlining_positions = in GenerateDeoptimizationData() 604 PodArray<InliningPosition>::New(isolate(), 0); in GenerateDeoptimizationData()
|
/third_party/node/deps/v8/src/heap/ |
D | factory-base.h | 32 class PodArray; variable
|
D | factory.h | 606 Handle<PodArray<wasm::ValueType>> serialized_sig); 617 int parameter_count, Handle<PodArray<wasm::ValueType>> serialized_sig,
|
D | factory.cc | 1561 int parameter_count, Handle<PodArray<wasm::ValueType>> serialized_sig, in NewWasmJSFunctionData() 1623 Handle<PodArray<wasm::ValueType>> serialized_sig) { in NewWasmCapiFunctionData()
|
/third_party/node/deps/v8/src/logging/ |
D | log.cc | 1252 PodArray<InliningPosition> inlining_positions = in LogSourceCodeInformation()
|