Home
last modified time | relevance | path

Searched refs:protected_instructions_data (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h262 return {protected_instructions_data().end(), in reloc_info()
309 base::Vector<const uint8_t> protected_instructions_data() const { in protected_instructions_data() function
317 protected_instructions_data()); in protected_instructions()
393 base::Vector<const byte> protected_instructions_data, in WasmCode() argument
402 {protected_instructions_data, reloc_info, source_position_table})), in WasmCode()
406 protected_instructions_size_(protected_instructions_data.length()),
666 base::Vector<const byte> protected_instructions_data,
875 base::Vector<const byte> protected_instructions_data,
Dfunction-compiler.h54 base::OwnedVector<byte> protected_instructions_data; member
Dwasm-serialization.cc316 code->protected_instructions_data().size(); in MeasureCode()
373 writer->Write(code->protected_instructions_data().length()); in WriteCode()
385 writer->WriteVector(code->protected_instructions_data()); in WriteCode()
Dwasm-code-manager.cc1193 base::Vector<const byte> protected_instructions_data, in AddCode() argument
1205 protected_instructions_data, in AddCode()
1213 base::Vector<const byte> protected_instructions_data, in AddCodeWithCodeSpace() argument
1271 code_comments_offset, instr_size, protected_instructions_data, reloc_info, in AddCodeWithCodeSpace()
1425 base::Vector<const byte> protected_instructions_data, in AddDeserializedCode() argument
1434 code_comments_offset, unpadded_binary_size, protected_instructions_data, in AddDeserializedCode()
2339 result.protected_instructions_data.as_vector(), in AddCompiledCode()
Dwasm-objects.cc1490 result.protected_instructions_data.as_vector(), in ImportWasmJSFunctionIntoTable()
Dmodule-compiler.cc3966 result.protected_instructions_data.as_vector(), in CompileImportWrapper()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc3074 result.protected_instructions_data = in GenerateCodeForWasmNativeStub()
3199 result->protected_instructions_data = in GenerateCodeForWasmFunction()
Dwasm-compiler.cc8155 result.protected_instructions_data.as_vector(), in CompileWasmCapiCallWrapper()
8208 result.protected_instructions_data.as_vector(), in CompileWasmJSFastCallWrapper()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc6631 result.protected_instructions_data = compiler->GetProtectedInstructionsData(); in ExecuteLiftoffCompilation()