HomeSort by relevance Sort by last modified time
    Searched refs:GetFunctionCode (Results 1 - 5 of 5) sorted by null

  /external/v8/src/wasm/
wasm-module.h 167 Handle<Code> GetFunctionCode(uint32_t index);
wasm-module.cc 71 Handle<Code> GetFunctionCode(uint32_t index) {
396 Handle<Code> ModuleEnv::GetFunctionCode(uint32_t index) {
398 if (linker) return linker->GetFunctionCode(index);
  /external/v8/src/debug/
liveedit.h 303 Handle<Code> GetFunctionCode();
liveedit.cc 641 Handle<Code> FunctionInfoWrapper::GetFunctionCode() {
    [all...]
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]

Completed in 144 milliseconds