HomeSort by relevance Sort by last modified time
    Searched full:staticvariable (Results 1 - 22 of 22) 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 165 mov(scratch, Operand::StaticVariable(store_buffer));
171 mov(Operand::StaticVariable(store_buffer), scratch);
327 ucomisd(xmm0, Operand::StaticVariable(min_int));
356 addsd(dst, Operand::StaticVariable(uint32_bias));
711 movsd(scratch2, Operand::StaticVariable(canonical_nan_reference));
940 mov(Operand::StaticVariable(c_entry_fp_address), ebp);
941 mov(Operand::StaticVariable(context_address), esi);
1019 mov(esi, Operand::StaticVariable(context_address));
1022 mov(Operand::StaticVariable(context_address), Immediate(0));
1028 mov(Operand::StaticVariable(c_entry_fp_address), Immediate(0))
    [all...]
debug-ia32.cc 166 __ jmp(Operand::StaticVariable(after_break_target));
299 __ mov(Operand::StaticVariable(restarter_frame_function_slot), Immediate(0));
code-stubs-ia32.cc     [all...]
lithium-codegen-ia32.cc 843 __ mov(eax, Operand::StaticVariable(count));
848 __ mov(Operand::StaticVariable(count), eax);
854 __ mov(Operand::StaticVariable(count), eax);
    [all...]
builtins-ia32.cc 92 __ cmp(esp, Operand::StaticVariable(stack_limit));
138 __ cmp(Operand::StaticVariable(debug_step_in_fp), Immediate(0));
915 __ mov(edi, Operand::StaticVariable(real_stack_limit));
    [all...]
regexp-macro-assembler-ia32.cc 649 __ sub(ecx, Operand::StaticVariable(stack_limit));
    [all...]
codegen-ia32.cc 617 Operand::StaticVariable(canonical_the_hole_nan_reference));
917 return Operand::StaticVariable(ExternalReference::math_exp_constants(index));
    [all...]
full-codegen-ia32.cc 156 __ cmp(ecx, Operand::StaticVariable(stack_limit));
303 __ cmp(esp, Operand::StaticVariable(stack_limit));
    [all...]
assembler-ia32.h 355 static Operand StaticVariable(const ExternalReference& ext) {
    [all...]
  /external/chromium_org/v8/src/x87/
macro-assembler-x87.cc 163 mov(scratch, Operand::StaticVariable(store_buffer));
169 mov(Operand::StaticVariable(store_buffer), scratch);
289 fld_d(Operand::StaticVariable(uint32_bias));
622 fld_d(Operand::StaticVariable(canonical_nan_reference));
909 mov(Operand::StaticVariable(c_entry_fp_address), ebp);
910 mov(Operand::StaticVariable(context_address), esi);
982 mov(esi, Operand::StaticVariable(context_address));
985 mov(Operand::StaticVariable(context_address), Immediate(0));
991 mov(Operand::StaticVariable(c_entry_fp_address), Immediate(0));
1034 push(Operand::StaticVariable(handler_address))
    [all...]
debug-x87.cc 166 __ jmp(Operand::StaticVariable(after_break_target));
299 __ mov(Operand::StaticVariable(restarter_frame_function_slot), Immediate(0));
lithium-codegen-x87.cc     [all...]
code-stubs-x87.cc 813 __ mov(ebx, Operand::StaticVariable(address_of_regexp_stack_memory_size));
    [all...]
builtins-x87.cc 92 __ cmp(esp, Operand::StaticVariable(stack_limit));
138 __ cmp(Operand::StaticVariable(debug_step_in_fp), Immediate(0));
915 __ mov(edi, Operand::StaticVariable(real_stack_limit));
    [all...]
regexp-macro-assembler-x87.cc 648 __ sub(ecx, Operand::StaticVariable(stack_limit));
    [all...]
full-codegen-x87.cc 156 __ cmp(ecx, Operand::StaticVariable(stack_limit));
300 __ cmp(esp, Operand::StaticVariable(stack_limit));
    [all...]
codegen-x87.cc 316 __ fld_d(Operand::StaticVariable(canonical_the_hole_nan_reference));
assembler-x87.h 344 static Operand StaticVariable(const ExternalReference& ext) {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-ia32.cc 295 __ jmp(Operand::StaticVariable(after_break_target));
test-disasm-x87.cc 295 __ jmp(Operand::StaticVariable(after_break_target));

Completed in 700 milliseconds