Home
last modified time | relevance | path

Searched refs:instruction_offset (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/test/
D_test_monitoring_shutdown.py15 def __call__(self, code, instruction_offset): argument
Dtest_monitoring.py1848 def callback(code, instruction_offset): argument
/external/python/cpython3/Doc/library/
Dsys.monitoring.rst337 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/
Dcreate_unwind_table.py729 instruction_offset = address_offset >> 1
731 Uleb128Encode(instruction_offset) + Uleb128Encode(
/external/angle/build/android/gyp/
Dcreate_unwind_table.py729 instruction_offset = address_offset >> 1
731 Uleb128Encode(instruction_offset) + Uleb128Encode(
/external/cronet/stable/build/android/gyp/
Dcreate_unwind_table.py729 instruction_offset = address_offset >> 1
731 Uleb128Encode(instruction_offset) + Uleb128Encode(
/external/vixl/src/aarch64/
Dassembler-aarch64.h465 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);