HomeSort by relevance Sort by last modified time
    Searched full:c_function_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
isolate.h 330 Address c_function_; // C function that was called at c entry. member in class:v8::internal::BASE_EMBEDDED
629 Address c_function() { return thread_local_top_.c_function_; }
636 return &thread_local_top_.c_function_;
    [all...]
isolate.cc 83 c_function_ = 0;
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 2280 const Runtime::Function* c_function_; member in class:final::final
    [all...]

Completed in 1093 milliseconds