HomeSort by relevance Sort by last modified time
    Searched refs:GetCode (Results 26 - 50 of 50) sorted by null

12

  /external/v8/src/arm/
macro-assembler-arm.cc 628 Call(ces.GetCode(), RelocInfo::DEBUG_BREAK);
    [all...]
regexp-macro-assembler-arm.cc 126 // Unuse labels in case we throw away the assembler without calling GetCode.
595 Handle<Object> RegExpMacroAssemblerARM::GetCode(Handle<String> source) {
794 masm_->GetCode(&code_desc);
    [all...]
assembler-arm.h 533 // GetCode emits any pending (non-emitted) code and fills the descriptor
534 // desc. GetCode() is idempotent; it returns the same result if no other
535 // Assembler functions are invoked in between GetCode() calls.
536 void GetCode(CodeDesc* desc);
    [all...]
assembler-thumb2.h 533 // GetCode emits any pending (non-emitted) code and fills the descriptor
534 // desc. GetCode() is idempotent; it returns the same result if no other
535 // Assembler functions are invoked in between GetCode() calls.
536 void GetCode(CodeDesc* desc);
    [all...]
codegen-arm.cc     [all...]
assembler-arm.cc 418 void Assembler::GetCode(CodeDesc* desc) {
    [all...]
assembler-thumb2.cc 398 void Assembler::GetCode(CodeDesc* desc) {
    [all...]
full-codegen-arm.cc 153 Operand(reinterpret_cast<intptr_t>(stub.GetCode().location()),
    [all...]
  /external/v8/src/
codegen.cc 196 masm->GetCode(&desc);
heap.cc     [all...]
builtins.cc     [all...]
jsregexp.cc 778 Handle<Object> code = macro_assembler_->GetCode(pattern);
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 318 call(ces.GetCode(), RelocInfo::DEBUG_BREAK);
    [all...]
regexp-macro-assembler-ia32.cc 119 // Unuse labels in case we throw away the assembler without calling GetCode.
613 Handle<Object> RegExpMacroAssemblerIA32::GetCode(Handle<String> source) {
815 masm_->GetCode(&code_desc);
    [all...]
assembler-ia32.h 436 // GetCode emits any pending (non-emitted) code and fills the descriptor
437 // desc. GetCode() is idempotent; it returns the same result if no other
438 // Assembler functions are invoked in between GetCode() calls.
439 void GetCode(CodeDesc* desc);
assembler-ia32.cc 120 assm.GetCode(&desc);
346 void Assembler::GetCode(CodeDesc* desc) {
    [all...]
  /external/v8/src/mips/
assembler-mips.h 288 // GetCode emits any pending (non-emitted) code and fills the descriptor
289 // desc. GetCode() is idempotent; it returns the same result if no other
290 // Assembler functions are invoked in between GetCode() calls.
291 void GetCode(CodeDesc* desc);
assembler-mips.cc 281 void Assembler::GetCode(CodeDesc* desc) {
  /external/v8/src/x64/
macro-assembler-x64.cc 340 Call(stub->GetCode(), RelocInfo::CODE_TARGET);
346 Jump(stub->GetCode(), RelocInfo::CODE_TARGET);
423 jmp(ces.GetCode(), RelocInfo::CODE_TARGET);
    [all...]
regexp-macro-assembler-x64.cc 129 // Unuse labels in case we throw away the assembler without calling GetCode.
634 Handle<Object> RegExpMacroAssemblerX64::GetCode(Handle<String> source) {
891 masm_->GetCode(&code_desc);
    [all...]
assembler-x64.cc 118 assm.GetCode(&desc);
310 void Assembler::GetCode(CodeDesc* desc) {
    [all...]
assembler-x64.h 413 // GetCode emits any pending (non-emitted) code and fills the descriptor
414 // desc. GetCode() is idempotent; it returns the same result if no other
415 // Assembler functions are invoked in between GetCode() calls.
416 void GetCode(CodeDesc* desc);
    [all...]
codegen-x64.cc     [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 406 assm.GetCode(&desc);
test-heap.cc 78 assm.GetCode(&desc);

Completed in 3348 milliseconds

12