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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.c 256 int constant_value; member in struct:_IntConstantPair
405 tmp_obj = PyInt_FromLong(_int_constants[i].constant_value);
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 250 final CONSTANT_literal_info constant_value = ((ConstantValueAttribute_info) attr_info).getValue (m_table); local
251 if (constant_value instanceof CONSTANT_Long_info)
252 m_table.setDeclaredSUID (((CONSTANT_Long_info) constant_value).m_value);
  /external/python/cpython2/Modules/_sqlite/
module.c 256 int constant_value; member in struct:_IntConstantPair
405 tmp_obj = PyInt_FromLong(_int_constants[i].constant_value);
  /external/v8/src/compiler/
js-native-context-specialization.cc 1336 Node* constant_value = jsgraph()->Constant(access_info.constant()); local
    [all...]
ast-graph-builder.cc 2801 Handle<Object> constant_value = isolate()->factory()->GlobalConstantFor(name); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.c 136 const char *operand_name; /* If null, then use constant_value. */
138 unsigned constant_value; member in struct:opname_map_e_struct
905 return m1->constant_value;
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp 4188 ir_constant *constant_value = rhs->constant_expression_value(); local
    [all...]
ir.h 725 * If so, constant_value contains an integer ir_constant representing the
957 ir_constant *constant_value; member in class:ir_variable
963 * This field and \c ::constant_value are distinct. Even if the two fields
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 631 int constant_value = 0; local
636 constant_value = constant->Integer32Value() & 0x1f;
639 if (instr->representation().IsSmi() && constant_value > 0) {
648 if (op == Token::SHR && constant_value == 0) {
1427 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 663 int constant_value = 0; local
668 constant_value = constant->Integer32Value() & 0x1f;
671 if (instr->representation().IsSmi() && constant_value > 0) {
680 if (op == Token::SHR && constant_value == 0) {
1475 int constant_value = local
    [all...]
lithium-codegen-ia32.cc 2660 int constant_value = ToInteger32(LConstantOperand::cast(key)); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 638 int constant_value = 0; local
643 constant_value = constant->Integer32Value() & 0x1f;
646 if (instr->representation().IsSmi() && constant_value > 0) {
655 if (op == Token::SHR && constant_value == 0) {
1419 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 638 int constant_value = 0; local
643 constant_value = constant->Integer32Value() & 0x1f;
646 if (instr->representation().IsSmi() && constant_value > 0) {
655 if (op == Token::SHR && constant_value == 0) {
1420 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 643 int constant_value = 0; local
648 constant_value = constant->Integer32Value() & 0x1f;
651 if (instr->representation().IsSmi() && constant_value > 0) {
660 if (op == Token::SHR && constant_value == 0) {
1441 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 576 int constant_value = 0; local
581 constant_value = constant->Integer32Value() & 0x1f;
584 if (instr->representation().IsSmi() && constant_value > 0) {
593 if (op == Token::SHR && constant_value == 0) {
1312 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 656 int constant_value = 0; local
661 constant_value = constant->Integer32Value() & 0x1f;
663 constant_value > 0) {
674 if (op == Token::SHR && constant_value == 0) {
1468 int constant_value = local
    [all...]
lithium-codegen-x64.cc 2858 int32_t constant_value = ToInteger32(LConstantOperand::cast(key)); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 661 int constant_value = 0; local
666 constant_value = constant->Integer32Value() & 0x1f;
669 if (instr->representation().IsSmi() && constant_value > 0) {
678 if (op == Token::SHR && constant_value == 0) {
1482 int constant_value = local
    [all...]
lithium-codegen-x87.cc 2935 int constant_value = ToInteger32(LConstantOperand::cast(key)); local
    [all...]
  /external/v8/src/
code-stub-assembler.cc 432 int32_t constant_value; local
433 if (ToInt32Constant(value, constant_value) && Smi::IsValid(constant_value)) {
434 return SmiConstant(Smi::FromInt(constant_value));
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 5250 Handle<Object> constant_value = local
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 841 milliseconds