Searched refs:instruction_offset (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | _test_monitoring_shutdown.py | 15 def __call__(self, code, instruction_offset): argument
|
D | test_monitoring.py | 1848 def callback(code, instruction_offset): argument
|
/external/python/cpython3/Doc/library/ |
D | sys.monitoring.rst | 337 func(code: CodeType, instruction_offset: int) -> DISABLE | Any 341 func(code: CodeType, instruction_offset: int, retval: object) -> DISABLE | Any 345 …func(code: CodeType, instruction_offset: int, callable: object, arg0: object | MISSING) -> DISABLE… 352 func(code: CodeType, instruction_offset: int, exception: BaseException) -> DISABLE | Any 360 func(code: CodeType, instruction_offset: int, destination_offset: int) -> DISABLE | Any 368 func(code: CodeType, instruction_offset: int) -> DISABLE | Any
|
/external/cronet/tot/build/android/gyp/ |
D | create_unwind_table.py | 729 instruction_offset = address_offset >> 1 731 Uleb128Encode(instruction_offset) + Uleb128Encode(
|
/external/angle/build/android/gyp/ |
D | create_unwind_table.py | 729 instruction_offset = address_offset >> 1 731 Uleb128Encode(instruction_offset) + Uleb128Encode(
|
/external/cronet/stable/build/android/gyp/ |
D | create_unwind_table.py | 729 instruction_offset = address_offset >> 1 731 Uleb128Encode(instruction_offset) + Uleb128Encode(
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 465 Instruction* GetInstructionAt(ptrdiff_t instruction_offset) { in GetInstructionAt() argument 466 return GetBuffer()->GetOffsetAddress<Instruction*>(instruction_offset); in GetInstructionAt() 469 Instruction* InstructionAt(ptrdiff_t instruction_offset)) { 470 return GetInstructionAt(instruction_offset);
|