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

  /external/v8/src/
variables.cc 84 bool Variable::is_global() const { function in class:v8::internal::Variable
compiler.h 54 bool is_global() const { return IsGlobal::decode(flags_); } function in class:v8::internal::BASE_EMBEDDED
300 bool is_global,
objects.h 6257 bool is_global() { return (value_ & GLOBAL) != 0; } function in class:v8::internal::JSRegExp::Flags
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 2634 #define is_global macro
    [all...]
  /external/libffi/src/
dlmalloc.c 2057 #define is_global macro
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 2067 #define is_global macro
    [all...]

Completed in 257 milliseconds