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

  /external/v8/src/
external-reference.cc 506 ExternalReference ExternalReference::is_profiling_address(Isolate* isolate) { function in class:v8::internal::ExternalReference
507 return ExternalReference(isolate->is_profiling_address());
isolate.h 1092 bool* is_profiling_address() { return &is_profiling_; } function in class:v8::internal::Isolate
    [all...]

Completed in 195 milliseconds