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

  /external/v8/src/
contexts.h 119 // [ fcontext ] A pointer to the innermost enclosing function context.
121 // function, and the function context's fcontext points
150 // - We may be able to get rid of 'fcontext': We can always use the fact that
158 // - If we cannot get rid of fcontext, consider making 'previous' never NULL
228 Context* fcontext() { return Context::cast(get(FCONTEXT_INDEX)); } function in class:v8::internal::Context
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 2866 tree fcontext; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h 2878 tree fcontext; local
    [all...]

Completed in 129 milliseconds