HomeSort by relevance Sort by last modified time
    Searched refs:IsInGeneratedCode (Results 1 - 2 of 2) sorted by null

  /art/runtime/
fault_handler.h 55 // The IsInGeneratedCode() function checks that the mutator lock is held before it
61 bool IsInGeneratedCode(siginfo_t* siginfo, void *context, bool check_dex_pc)
fault_handler.cc 252 if (IsInGeneratedCode(info, context, true)) {
310 bool FaultManager::IsInGeneratedCode(siginfo_t* siginfo, void* context, bool check_dex_pc) {
423 bool in_generated_code = manager_->IsInGeneratedCode(siginfo, context, false);

Completed in 115 milliseconds