Searched defs:bytecode_offset (Results 1 – 5 of 5) sorted by relevance
28 explicit PtLocation(const char *panda_file, EntityId method_id, uint32_t bytecode_offset) in PtLocation()
129 SourceLocation TestExtractor::GetSourceLocation(EntityId method_id, uint32_t bytecode_offset) in GetSourceLocation()
285 uint32_t bytecode_offset) in GetSourcePairLocationWrapper()
456 inline bool Method::IncrementHotnessCounter(uintptr_t bytecode_offset, [[maybe_unused]] AccVRegiste… in IncrementHotnessCounter()
685 bool Compiler::CompileMethod(Method *method, uintptr_t bytecode_offset, bool osr) in CompileMethod()