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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 426 // Emit trace objects.
463 // Emit any counter updates.
470 ctx.emit(&ViewerEvent{Name: "process_name", Phase: "M", Pid: 0, Arg: &NameArg{"PROCS"}})
471 ctx.emit(&ViewerEvent{Name: "process_sort_index", Phase: "M", Pid: 0, Arg: &SortIndexArg{1}})
473 ctx.emit(&ViewerEvent{Name: "process_name", Phase: "M", Pid: 1, Arg: &NameArg{"STATS"}})
474 ctx.emit(&ViewerEvent{Name: "process_sort_index", Phase: "M", Pid: 1, Arg: &SortIndexArg{0}})
476 ctx.emit(&ViewerEvent{Name: "thread_name", Phase: "M", Pid: 0, Tid: trace.GCP, Arg: &NameArg{"GC"}})
477 ctx.emit(&ViewerEvent{Name: "thread_sort_index", Phase: "M", Pid: 0, Tid: trace.GCP, Arg: &SortIndexArg{-6}})
479 ctx.emit(&ViewerEvent{Name: "thread_name", Phase: "M", Pid: 0, Tid: trace.NetpollP, Arg: &NameArg{"Network"}})
480 ctx.emit(&ViewerEvent{Name: "thread_sort_index", Phase: "M", Pid: 0, Tid: trace.NetpollP, Arg: &SortIndexAr (…)
509 func (ctx *traceContext) emit(e *ViewerEvent) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/trace/
trace.go 426 // Emit trace objects.
463 // Emit any counter updates.
470 ctx.emit(&ViewerEvent{Name: "process_name", Phase: "M", Pid: 0, Arg: &NameArg{"PROCS"}})
471 ctx.emit(&ViewerEvent{Name: "process_sort_index", Phase: "M", Pid: 0, Arg: &SortIndexArg{1}})
473 ctx.emit(&ViewerEvent{Name: "process_name", Phase: "M", Pid: 1, Arg: &NameArg{"STATS"}})
474 ctx.emit(&ViewerEvent{Name: "process_sort_index", Phase: "M", Pid: 1, Arg: &SortIndexArg{0}})
476 ctx.emit(&ViewerEvent{Name: "thread_name", Phase: "M", Pid: 0, Tid: trace.GCP, Arg: &NameArg{"GC"}})
477 ctx.emit(&ViewerEvent{Name: "thread_sort_index", Phase: "M", Pid: 0, Tid: trace.GCP, Arg: &SortIndexArg{-6}})
479 ctx.emit(&ViewerEvent{Name: "thread_name", Phase: "M", Pid: 0, Tid: trace.NetpollP, Arg: &NameArg{"Network"}})
480 ctx.emit(&ViewerEvent{Name: "thread_sort_index", Phase: "M", Pid: 0, Tid: trace.NetpollP, Arg: &SortIndexAr (…)
509 func (ctx *traceContext) emit(e *ViewerEvent) { func
    [all...]
  /external/owasp/sanitizer/empiricism/
html-containment.js 206 // Emit link-like ellipses that can serve as a button for
  /external/v8/src/wasm/
wasm-macro-gen.h 186 size_t pos = Emit(buffer);
193 size_t Emit(byte* buffer) const {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 8 // Emit correct line number annotations.
  /prebuilts/go/darwin-x86/src/compress/flate/
deflatefast.go 128 // match. But, prior to the match, src[nextEmit:s] are unmatched. Emit
141 // Invariant: we have a 4-byte match at s, and no need to emit any
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 8 // Emit correct line number annotations.
  /prebuilts/go/linux-x86/src/compress/flate/
deflatefast.go 128 // match. But, prior to the match, src[nextEmit:s] are unmatched. Emit
141 // Invariant: we have a 4-byte match at s, and no need to emit any
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 1 //===------- ItaniumCXXABI.cpp - Emit LLVM Code from ASTs for a Module ----===//
212 // Itanium does not emit any destructor variant as an inline thunk.
351 /// have to use string comparisons, but we also have to emit it with
    [all...]
CGObjC.cpp 1 //===---- CGBuiltin.cpp - Emit LLVM Code for builtins ---------------------===//
10 // This contains code to emit Objective-C code as LLVM code.
84 // Emit CodeGen for first parameter
147 // Emit the element and store it to the appropriate array slot.
159 // Emit the key and store it to the appropriate array slot.
167 // Emit the value and store it to the appropriate array slot.
234 /// Emit a selector.
489 void Emit(CodeGenFunction &CGF, Flags flags) override {
636 /// The 'expression' strategy is to emit normal assignment or
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 306 // GDB doesn't like FORM_addr for AT_location, so emit a
324 // Only emit typedefs for real names.
983 * Walk prog table, emit line program and build DIE tree.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 306 // GDB doesn't like FORM_addr for AT_location, so emit a
324 // Only emit typedefs for real names.
983 * Walk prog table, emit line program and build DIE tree.
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 73 // which we can emit a simple matcher for.
    [all...]
  /external/v8/src/arm64/
assembler-arm64.h 716 // Emit the literal pool at the current pc with a branch over the pool if
718 void Emit(bool require_jump);
    [all...]
macro-assembler-arm64.h 745 // Emit code that loads |parameter_index|'th parameter from the stack to
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 146 /// Emit the current module to the bitstream.
564 // Emit the finished record.
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 126 // Emit code that loads |parameter_index|'th parameter from the stack to
138 // Emit code to discard a non-negative number of pointer-sized elements
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 69 // Emit code to branch if the given condition holds.
80 virtual void Emit(Label* label) const {
95 // Emit code to compare lhs and rhs and branch if the condition holds.
111 virtual void Emit(Label* label) const {
141 virtual void Emit(Label* label) const {
184 virtual void Emit(Label* label) const {
210 virtual void Emit(Label* label) const {
230 virtual void Emit(Label* label) const {
842 safepoints_.Emit(masm(), GetTotalFrameSlotCount());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 79 // If we don't have any comments, just emit a \n.
113 /// AddBlankLine - Emit a blank line to a .s file to pretty it up.
157 /// EmitLocalCommonSymbol - Emit a local common (.lcomm) symbol.
159 /// @param Symbol - The common symbol to emit.
289 // Emit a line of comments.
348 // This needs to emit to a temporary string to get properly quoted
485 /// EmitLocalCommonSymbol - Emit a local common (.lcomm) symbol.
487 /// @param Symbol - The common symbol to emit.
492 "Doesn't have .lcomm, can't emit it!");
573 assert(getCurrentSection() && "Cannot emit contents before setting section!")
    [all...]
  /external/v8/src/
assembler.h     [all...]
  /external/v8/src/full-codegen/
full-codegen.h 248 // variable. May emit code to traverse the context chain, loading the
371 // If enabled, emit debug code for checking that the current context is
382 // Emit a table of back edge ids, pcs and loop depths into the code stream.
389 // Emit code to pop values from the stack associated with nested statements
424 #define GENERATOR_DECLARATION(Name) void Emit##Name(CallRuntime* call);
638 // Emit code to convert a pure value (in a register, known variable
647 // Emit code to convert pure control flow to a pair of unbound labels into
654 // Emit code to discard count elements from the top of stack, then convert
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 107 /// \brief The bitstream writer used to emit this precompiled header.
128 /// \brief The base directory for any relative paths we emit.
142 /// and types to emit.
176 /// \brief The declarations and types to emit.
263 /// \brief The macro infos to emit.
386 /// \brief Keeps track of declarations that we must emit, even though we're
550 /// \brief Emit a token.
553 /// \brief Emit a source location.
556 /// \brief Emit a source range.
559 /// \brief Emit a reference to an identifier
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 107 /// \brief The bitstream writer used to emit this precompiled header.
128 /// \brief The base directory for any relative paths we emit.
142 /// and types to emit.
176 /// \brief The declarations and types to emit.
263 /// \brief The macro infos to emit.
386 /// \brief Keeps track of declarations that we must emit, even though we're
550 /// \brief Emit a token.
553 /// \brief Emit a source location.
556 /// \brief Emit a source range.
559 /// \brief Emit a reference to an identifier
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 107 /// \brief The bitstream writer used to emit this precompiled header.
128 /// \brief The base directory for any relative paths we emit.
142 /// and types to emit.
176 /// \brief The declarations and types to emit.
263 /// \brief The macro infos to emit.
386 /// \brief Keeps track of declarations that we must emit, even though we're
550 /// \brief Emit a token.
553 /// \brief Emit a source location.
556 /// \brief Emit a source range.
559 /// \brief Emit a reference to an identifier
    [all...]

Completed in 2475 milliseconds

1 2 3 4 5 6 7 891011>>