Home
last modified time | relevance | path

Searched refs:GetProtectedInstructionsData (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/backend/
Dcode-generator.h140 OwnedVector<byte> GetProtectedInstructionsData();
Dcode-generator.cc470 OwnedVector<byte> CodeGenerator::GetProtectedInstructionsData() { in GetProtectedInstructionsData() function in v8::internal::compiler::CodeGenerator
/external/v8/src/compiler/
Dpipeline.cc2967 code_generator->GetProtectedInstructionsData(); in GenerateCodeForWasmNativeStub()
3203 code_generator->GetProtectedInstructionsData(); in GenerateCodeForWasmFunction()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc376 OwnedVector<uint8_t> GetProtectedInstructionsData() const { in GetProtectedInstructionsData() function in v8::internal::wasm::__anon69d3db0f0111::LiftoffCompiler
4166 result.protected_instructions_data = compiler->GetProtectedInstructionsData(); in ExecuteLiftoffCompilation()