HomeSort by relevance Sort by last modified time
    Searched refs:Emit (Results 276 - 300 of 311) sorted by null

<<111213

  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go 336 // the frontend may emit node with line number missing,
    [all...]
plive.go     [all...]
typecheck.go 1282 // Emit code for runtime.getg() directly instead of calling function.
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 68 /// \brief Emit the captured statement body.
142 // Emit task switching point.
361 /// \brief Emit the captured statement body.
677 void Emit(CodeGenFunction &CGF, Flags /*flags*/) override {
    [all...]
CodeGenFunction.h 219 /// \brief Emit the captured statement body.
273 /// should emit cleanups.
313 void Emit(CodeGenFunction &CGF, Flags flags) override {
713 /// EmitBranchThroughCleanup - Emit a branch from the current insert
    [all...]
CGObjCMac.cpp     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
plive.go     [all...]
typecheck.go 1282 // Emit code for runtime.getg() directly instead of calling function.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
lib.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
lib.go     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 779 // Emit a token and all hidden nodes before. EOF node holds all
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_element_script.cpp 168 {0x461079ef, L"emit", (XFA_METHOD_CALLBACK)&CScript_EventPseudoModel::Emit},
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 75 InlineSmiCheckInfo::Emit(masm_, reg_, &patch_site_);
180 // Emit the remaining pushes.
329 // Always emit a 'return undefined' in case control fell off the end of
702 // Emit the write barrier code if the location is in the heap.
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc 259 // Emit a shift instruction if moving a shifted register. This operation
265 // Emit an extend instruction if moving an extended register. This handles
271 // Otherwise, emit a register move only if the registers are distinct, or
308 // Emit two instructions for the extend case. This differs from Mov, as
569 // appropriate instruction. If not, emit two instructions to perform
604 // instruction. If not, emit two instructions to perform the operation.
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc     [all...]

Completed in 6860 milliseconds

<<111213