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

  /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/mesa3d/src/glsl/
ast_to_hir.cpp 2390 ir_constant *constant_value = rhs->constant_expression_value(); local
    [all...]
ir.h 504 ir_constant *constant_value; member in class:ir_variable
510 * This field and \c ::constant_value are distinct. Even if the two fields
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 390 int32_t constant_value = mir_graph_->ConstantValue(rl_src2); local
392 InexpensiveConstantInt(constant_value, opcode)) {
402 if (constant_value == 0 && (cond == kCondEq || cond == kCondNe)) {
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 682 int constant_value = 0; local
687 constant_value = constant->Integer32Value() & 0x1f;
690 if (instr->representation().IsSmi() && constant_value > 0) {
699 if (op == Token::SHR && constant_value == 0) {
1499 int32_t constant_value = constant->Integer32Value(); local
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 722 int constant_value = 0; local
727 constant_value = constant->Integer32Value() & 0x1f;
730 if (instr->representation().IsSmi() && constant_value > 0) {
739 if (op == Token::SHR && constant_value == 0) {
    [all...]
lithium-codegen-ia32.cc 3184 int constant_value = ToInteger32(LConstantOperand::cast(key)); local
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 689 int constant_value = 0; local
694 constant_value = constant->Integer32Value() & 0x1f;
697 if (instr->representation().IsSmi() && constant_value > 0) {
706 if (op == Token::SHR && constant_value == 0) {
1493 int32_t constant_value = constant->Integer32Value(); local
    [all...]
  /external/v8/src/mips64/
lithium-mips64.cc 689 int constant_value = 0; local
694 constant_value = constant->Integer32Value() & 0x1f;
697 if (instr->representation().IsSmi() && constant_value > 0) {
706 if (op == Token::SHR && constant_value == 0) {
1494 int32_t constant_value = constant->Integer32Value(); local
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 704 int constant_value = 0; local
709 constant_value = constant->Integer32Value() & 0x1f;
711 constant_value > 0) {
722 if (op == Token::SHR && constant_value == 0) {
    [all...]
lithium-codegen-x64.cc 3268 int32_t constant_value = ToInteger32(LConstantOperand::cast(key)); local
    [all...]
  /external/v8/src/x87/
lithium-x87.cc 721 int constant_value = 0; local
726 constant_value = constant->Integer32Value() & 0x1f;
729 if (instr->representation().IsSmi() && constant_value > 0) {
738 if (op == Token::SHR && constant_value == 0) {
    [all...]
lithium-codegen-x87.cc 3471 int constant_value = ToInteger32(LConstantOperand::cast(key)); local
    [all...]
  /external/v8/src/
hydrogen.cc 5355 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 373 milliseconds