HomeSort by relevance Sort by last modified time
    Searched refs:GetCode (Results 126 - 150 of 183) sorted by null

1 2 3 4 56 7 8

  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 401 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
415 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
421 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
425 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc     [all...]
assembler-arm64.h 775 // GetCode emits any pending (non-emitted) code and fills the descriptor
776 // desc. GetCode() is idempotent; it returns the same result if no other
777 // Assembler functions are invoked in between GetCode() calls.
781 void GetCode(CodeDesc* desc);
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc     [all...]
assembler-ppc.h 407 // GetCode emits any pending (non-emitted) code and fills the descriptor
408 // desc. GetCode() is idempotent; it returns the same result if no other
409 // Assembler functions are invoked in between GetCode() calls.
410 void GetCode(CodeDesc* desc);
    [all...]
  /external/v8/src/mips/
assembler-mips.h 395 // GetCode emits any pending (non-emitted) code and fills the descriptor
396 // desc. GetCode() is idempotent; it returns the same result if no other
397 // Assembler functions are invoked in between GetCode() calls.
398 void GetCode(CodeDesc* desc);
    [all...]
macro-assembler-mips.cc     [all...]
  /external/v8/src/mips64/
assembler-mips64.h 399 // GetCode emits any pending (non-emitted) code and fills the descriptor
400 // desc. GetCode() is idempotent; it returns the same result if no other
401 // Assembler functions are invoked in between GetCode() calls.
402 void GetCode(CodeDesc* desc);
    [all...]
  /external/v8/src/s390/
assembler-s390.h 406 // GetCode emits any pending (non-emitted) code and fills the descriptor
407 // desc. GetCode() is idempotent; it returns the same result if no other
408 // Assembler functions are invoked in between GetCode() calls.
409 void GetCode(CodeDesc* desc);
    [all...]
macro-assembler-s390.cc     [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc     [all...]
test-disasm-a32.cc     [all...]
  /external/v8/src/interpreter/
interpreter.cc     [all...]
  /external/v8/src/
isolate.cc     [all...]
  /external/v8/src/arm/
assembler-arm.h 691 // GetCode emits any pending (non-emitted) code and fills the descriptor
692 // desc. GetCode() is idempotent; it returns the same result if no other
693 // Assembler functions are invoked in between GetCode() calls.
694 void GetCode(CodeDesc* desc);
    [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc     [all...]
  /external/v8/src/debug/
debug.cc 116 DCHECK_EQ(debug_info->DebugCode(), abstract_code_->GetCode());
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 492 // GetCode emits any pending (non-emitted) code and fills the descriptor
493 // desc. GetCode() is idempotent; it returns the same result if no other
494 // Assembler functions are invoked in between GetCode() calls.
495 void GetCode(CodeDesc* desc);
    [all...]

Completed in 1895 milliseconds

1 2 3 4 56 7 8