HomeSort by relevance Sort by last modified time
    Searched full:staticvariable (Results 1 - 24 of 24) sorted by null

  /libcore/luni/src/test/etc/loading-test-jar/
Target.java 23 public static int staticVariable = 0;
35 staticVariable = n;
TestMethods.java 102 assertSame(22, Target.staticVariable);
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 152 mov(scratch, Operand::StaticVariable(store_buffer));
158 mov(Operand::StaticVariable(store_buffer), scratch);
593 movdbl(scratch2, Operand::StaticVariable(canonical_nan_reference));
595 fld_d(Operand::StaticVariable(canonical_nan_reference));
809 mov(Operand::StaticVariable(c_entry_fp_address), ebp);
810 mov(Operand::StaticVariable(context_address), esi);
888 mov(esi, Operand::StaticVariable(context_address));
890 mov(Operand::StaticVariable(context_address), Immediate(0));
896 mov(Operand::StaticVariable(c_entry_fp_address), Immediate(0));
939 push(Operand::StaticVariable(handler_address))
    [all...]
debug-ia32.cc 196 __ jmp(Operand::StaticVariable(after_break_target));
344 __ mov(Operand::StaticVariable(restarter_frame_function_slot), Immediate(0));
lithium-codegen-ia32.cc 986 __ mov(eax, Operand::StaticVariable(count));
991 __ mov(Operand::StaticVariable(count), eax);
997 __ mov(Operand::StaticVariable(count), eax);
    [all...]
code-stubs-ia32.cc     [all...]
codegen-ia32.cc 742 Operand::StaticVariable(canonical_the_hole_nan_reference));
790 __ fld_d(Operand::StaticVariable(canonical_the_hole_nan_reference));
    [all...]
regexp-macro-assembler-ia32.cc 671 __ sub(ecx, Operand::StaticVariable(stack_limit));
    [all...]
builtins-ia32.cc 170 __ cmp(Operand::StaticVariable(debug_step_in_fp), Immediate(0));
878 __ mov(edi, Operand::StaticVariable(real_stack_limit));
    [all...]
full-codegen-ia32.cc 289 __ cmp(esp, Operand::StaticVariable(stack_limit));
    [all...]
stub-cache-ia32.cc     [all...]
assembler-ia32.h 411 static Operand StaticVariable(const ExternalReference& ext) {
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 97 mov(scratch, Operand::StaticVariable(store_buffer));
103 mov(Operand::StaticVariable(store_buffer), scratch);
133 movdbl(scratch_reg, Operand::StaticVariable(zero_ref));
138 movdbl(scratch_reg, Operand::StaticVariable(half_ref));
464 movdbl(scratch2, Operand::StaticVariable(canonical_nan_reference));
466 fld_d(Operand::StaticVariable(canonical_nan_reference));
669 mov(Operand::StaticVariable(c_entry_fp_address), ebp);
670 mov(Operand::StaticVariable(context_address), esi);
747 mov(esi, Operand::StaticVariable(context_address));
749 mov(Operand::StaticVariable(context_address), Immediate(0))
    [all...]
debug-ia32.cc 168 __ jmp(Operand::StaticVariable(after_break_target));
307 __ mov(Operand::StaticVariable(restarter_frame_function_slot), Immediate(0));
codegen-ia32.cc 430 Operand::StaticVariable(canonical_the_hole_nan_reference));
478 __ fld_d(Operand::StaticVariable(canonical_the_hole_nan_reference));
code-stubs-ia32.cc     [all...]
regexp-macro-assembler-ia32.cc 696 __ sub(ecx, Operand::StaticVariable(stack_limit));
    [all...]
lithium-codegen-ia32.cc     [all...]
builtins-ia32.cc 107 __ cmp(Operand::StaticVariable(debug_step_in_fp), Immediate(0));
747 __ mov(edi, Operand::StaticVariable(real_stack_limit));
    [all...]
full-codegen-ia32.cc 286 __ cmp(esp, Operand::StaticVariable(stack_limit));
364 __ cmp(esp, Operand::StaticVariable(stack_limit));
    [all...]
stub-cache-ia32.cc     [all...]
assembler-ia32.h 338 static Operand StaticVariable(const ExternalReference& ext) {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-ia32.cc 277 __ jmp(Operand::StaticVariable(after_break_target));
  /external/v8/test/cctest/
test-disasm-ia32.cc 286 __ jmp(Operand::StaticVariable(after_break_target));

Completed in 596 milliseconds