Searched defs:module_start (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython2/Tools/framer/framer/ |
| D | template.py | 10 module_start = '#include "Python.h"' variable
|
| /external/elfutils/libdwfl/ |
| D | dwfl_segment_report_module.c | 136 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/ |
| D | module-decoder.cc | 215 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()
|
| D | wasm-objects.cc | 204 const byte* module_start = compiled_module->module_bytes()->GetChars(); in IsBreakablePosition() local 1089 const byte* module_start = module_bytes()->GetChars(); in GetPossibleBreakpoints() local
|
| D | wasm-interpreter.cc | 847 CodeMap(const WasmModule* module, const uint8_t* module_start, Zone* zone) in CodeMap()
|
| /external/v8/src/compiler/ |
| D | wasm-compiler.cc | 3975 const byte* module_start = module_env_->wire_bytes.start(); in BuildGraphForWasmFunction() local
|