Home
last modified time | relevance | path

Searched refs:CreateQuickToInterpreterBridge (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/driver/
Dcompiler_driver.h131 std::unique_ptr<const std::vector<uint8_t>> CreateQuickToInterpreterBridge() const;
Dcompiler_driver.cc324 std::unique_ptr<const std::vector<uint8_t>> CompilerDriver::CreateQuickToInterpreterBridge() in CreateQuickToInterpreterBridge() function in art::CompilerDriver