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

  /external/chromium_org/v8/src/
types.cc 51 if (is_constant()) {
57 if (union_get(unioned, i)->is_constant()) ++result;
90 return type->is_constant();
242 if (that->is_constant()) {
243 return this->is_constant() && *this->as_constant() == *that->as_constant();
307 if (this->is_constant()) {
308 return that->is_constant() && *this->as_constant() == *that->as_constant();
329 if (this->is_class() || this->is_constant()) {
403 if (this->is_class() || this->is_constant()) {
520 } else if (is_constant()) {
    [all...]
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...]
code-stubs-hydrogen.cc 843 if (stub->is_constant()) {
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.ml 375 external is_constant : llvalue -> bool = "llvm_is_constant"
    [all...]
llvm.mli 640 (** [is_constant v] returns [true] if the value [v] is a constant, [false]
642 val is_constant : llvalue -> bool var
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 95 insist (is_constant c);
    [all...]

Completed in 216 milliseconds