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

  /external/chromium_org/v8/src/
types.h 164 bool IsConstant() { return is_constant(); }
205 t->is_constant() || t->is_union());
230 bool is_constant() { return this->IsBox(); } function in class:v8::internal::Type
code-stubs.h 552 StoreGlobalStub(StrictModeFlag strict_mode, bool is_constant) {
554 IsConstantBits::encode(is_constant);
567 bool is_constant() { function in class:v8::internal::StoreGlobalStub
    [all...]
stub-cache.cc 558 bool is_constant = union_type->IsConstant(); local
559 StoreGlobalStub stub(strict_mode, is_constant);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_optimize.c 518 unsigned int is_constant[2] = {0, 0}; local
543 is_constant[i] = 1;
547 if (is_constant[0] && is_constant[1])
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c 518 unsigned int is_constant[2] = {0, 0}; local
543 is_constant[i] = 1;
547 if (is_constant[0] && is_constant[1])
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 640 (** [is_constant v] returns [true] if the value [v] is a constant, [false]
642 val is_constant : llvalue -> bool var
    [all...]

Completed in 336 milliseconds