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

  /external/v8/src/
variables.cc 157 bool Variable::is_global() const { function in class:v8::internal::Variable
objects.h 3566 bool is_global() { return (value_ & GLOBAL) != 0; } function in class:v8::internal::JSRegExp::Flags
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 2143 #define is_global macro
    [all...]
  /external/libffi/src/
dlmalloc.c 2057 #define is_global macro
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 2067 #define is_global macro
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 571 if (variable != NULL && !variable->is_this() && variable->is_global()) {
697 if (var->is_global()) {
7058 bool is_global = var != NULL; local
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 569 bool is_global)
570 : dst_(dst), receiver_(receiver), key_(key), is_global_(is_global) {
6038 bool is_global = var != NULL; local
6120 bool is_global = var != NULL; local
    [all...]

Completed in 278 milliseconds