Home
last modified time | relevance | path

Searched defs:module_start (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Tools/framer/framer/
Dtemplate.py10 module_start = '#include "Python.h"' variable
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c136 handle_file_note (GElf_Addr module_start, GElf_Addr module_end, in handle_file_note()
434 GElf_Addr module_start = -1l; in dwfl_segment_report_module() local
/external/v8/src/wasm/
Dmodule-decoder.cc215 ModuleDecoder(Zone* zone, const byte* module_start, const byte* module_end, in ModuleDecoder()
1153 Vector<const byte> FindSection(const byte* module_start, const byte* module_end, in FindSection()
1178 ModuleResult DecodeWasmModule(Isolate* isolate, const byte* module_start, in DecodeWasmModule()
1234 FunctionOffsetsResult DecodeWasmFunctionOffsets(const byte* module_start, in DecodeWasmFunctionOffsets()
Dwasm-objects.cc204 const byte* module_start = compiled_module->module_bytes()->GetChars(); in IsBreakablePosition() local
1089 const byte* module_start = module_bytes()->GetChars(); in GetPossibleBreakpoints() local
Dwasm-interpreter.cc847 CodeMap(const WasmModule* module, const uint8_t* module_start, Zone* zone) in CodeMap()
/external/v8/src/compiler/
Dwasm-compiler.cc3975 const byte* module_start = module_env_->wire_bytes.start(); in BuildGraphForWasmFunction() local