Home
last modified time | relevance | path

Searched defs:rtt (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.cc120 StructNewWithRtt( FullDecoder* decoder, const StructIndexImmediate<validate>& imm, const Value& rtt, const Value args[], Value* result) StructNewWithRtt() argument
161 StructNewDefault( FullDecoder* decoder, const StructIndexImmediate<validate>& imm, const Value& rtt, Value* result) StructNewDefault() argument
176 ArrayInit(FullDecoder* decoder, const ArrayIndexImmediate<validate>& imm, const base::Vector<Value>& elements, const Value& rtt, Value* result) ArrayInit() argument
190 ArrayInitFromData( FullDecoder* decoder, const ArrayIndexImmediate<validate>& array_imm, const IndexImmediate<validate>& data_segment_imm, const Value& offset_value, const Value& length_value, const Value& rtt, Value* result) ArrayInitFromData() argument
H A Dwasm-init-expr.h113 StructNewDefaultWithRtt(Zone* zone, uint32_t index, WasmInitExpr rtt) StructNewDefaultWithRtt() argument
H A Dwasm-objects.cc1918 Handle<Map> rtt = isolate->factory()->wasm_internal_function_map(); in New() local
1957 Handle<Map> rtt; in New() local
2096 Handle<Map> rtt = factory->wasm_internal_function_map(); in New() local
H A Dfunction-body-decoder-impl.h4027 TypeCheckAlwaysFails(Value obj, Value rtt) TypeCheckAlwaysFails() argument
4037 TypeCheckAlwaysSucceeds(Value obj, Value rtt) TypeCheckAlwaysSucceeds() argument
4059 Value rtt = opcode == kExprStructNew DecodeGCOpcode() local
4092 Value rtt = opcode == kExprStructNewDefault ? CreateValue(rtt_type) DecodeGCOpcode() local
4176 Value rtt = opcode == kExprArrayNew ? CreateValue(rtt_type) DecodeGCOpcode() local
4205 Value rtt = opcode == kExprArrayNewDefault ? CreateValue(rtt_type) DecodeGCOpcode() local
4247 Value rtt = opcode == kExprArrayInitFromDataStatic DecodeGCOpcode() local
4389 Value rtt = opcode == kExprArrayInit DecodeGCOpcode() local
4449 Value rtt = Peek(0); // This is safe for the ...Static instruction. DecodeGCOpcode() local
4505 Value rtt = Peek(0); // This is safe for the ...Static instruction. DecodeGCOpcode() local
4577 Value rtt = Peek(0); // This is safe for the ...Static instruction. DecodeGCOpcode() local
4662 Value rtt = Peek(0); // This is safe for the ...Static instruction. DecodeGCOpcode() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_cc.h128 ngtcp2_duration rtt; member
H A Dngtcp2_conn.c12532 int ngtcp2_conn_update_rtt(ngtcp2_conn *conn, ngtcp2_duration rtt, in ngtcp2_conn_update_rtt() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgk104.asm899 rtt terminate label
904 rtt label
/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc701 Handle<Map> rtt = args.at<Map>(4); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1544 NewWasmInternalFunction( Address opt_call_target, Handle<HeapObject> ref, Handle<Map> rtt) NewWasmInternalFunction() argument
1559 NewWasmJSFunctionData( Address opt_call_target, Handle<JSReceiver> callable, int return_count, int parameter_count, Handle<PodArray<wasm::ValueType>> serialized_sig, Handle<CodeT> wrapper_code, Handle<Map> rtt, Handle<HeapObject> suspender) NewWasmJSFunctionData() argument
1590 NewWasmExportedFunctionData( Handle<CodeT> export_wrapper, Handle<WasmInstanceObject> instance, Address call_target, Handle<Object> ref, int func_index, Address sig_address, int wrapper_budget, Handle<Map> rtt) NewWasmExportedFunctionData() argument
1620 NewWasmCapiFunctionData( Address call_target, Handle<Foreign> embedder_data, Handle<CodeT> wrapper_code, Handle<Map> rtt, Handle<PodArray<wasm::ValueType>> serialized_sig) NewWasmCapiFunctionData() argument
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc5670 Node* WasmGraphBuilder::ArrayInit(const wasm::ArrayType* type, Node* rtt, in ArrayInit() argument
5591 StructNewWithRtt(uint32_t struct_index, const wasm::StructType* type, Node* rtt, base::Vector<Node*> fields) StructNewWithRtt() argument
5625 ArrayNewWithRtt(uint32_t array_index, const wasm::ArrayType* type, Node* length, Node* initial_value, Node* rtt, wasm::WasmCodePosition position) ArrayNewWithRtt() argument
5693 ArrayInitFromData(const wasm::ArrayType* type, uint32_t data_segment, Node* offset, Node* length, Node* rtt, wasm::WasmCodePosition position) ArrayInitFromData() argument
[all...]

Completed in 43 milliseconds