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

  /external/v8/src/ia32/
macro-assembler-ia32.cc 233 Operand::StaticVariable(ExternalReference::address_of_stack_limit()));
248 mov(Operand::StaticVariable(reg_addr), reg);
263 mov(reg, Operand::StaticVariable(reg_addr));
277 push(Operand::StaticVariable(reg_addr));
291 pop(Operand::StaticVariable(reg_addr));
308 mov(Operand::StaticVariable(reg_addr), scratch);
438 mov(Operand::StaticVariable(c_entry_fp_address), ebp);
439 mov(Operand::StaticVariable(context_address), esi);
519 mov(esi, Operand::StaticVariable(context_address));
521 mov(Operand::StaticVariable(context_address), Immediate(0))
    [all...]
debug-ia32.cc 121 __ jmp(Operand::StaticVariable(after_break_target));
regexp-macro-assembler-ia32.cc 637 __ sub(ecx, Operand::StaticVariable(stack_limit));
    [all...]
codegen-ia32.cc     [all...]
builtins-ia32.cc 128 __ cmp(Operand::StaticVariable(debug_step_in_fp), Immediate(0));
572 __ mov(edi, Operand::StaticVariable(real_stack_limit));
    [all...]
assembler-ia32.h 265 static Operand StaticVariable(const ExternalReference& ext) {
full-codegen-ia32.cc 148 __ cmp(esp, Operand::StaticVariable(stack_limit));
    [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 275 __ jmp(Operand::StaticVariable(after_break_target));
323 // __ mov(Operand::StaticVariable(Top::handler_address()), eax);

Completed in 285 milliseconds