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

  /dalvik/opcode-gen/
opcode-gen.awk 33 emission = "";
53 emission = substr($0, i + 6, RLENGTH - 7);
54 consumeUntil = "END(" emission ")";
68 emission == "opcodes" {
78 emission == "first-opcodes" {
89 emission == "dops" {
106 emission == "opcode-info-defs" {
122 emission == "dops-init" || emission == "opcode-info-init" {
131 emission == "libcore-opcodes"
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 107 /// EmitVarDecl - This method handles emission of any variable declaration
222 // If constant emission failed, then this should be a C++ static
772 AutoVarEmission emission = EmitAutoVarAlloca(D); local
773 EmitAutoVarInit(emission);
774 EmitAutoVarCleanups(emission);
783 AutoVarEmission emission(D);
786 emission.IsByRef = isByRef;
789 emission.Alignment = alignment;
822 emission.Address = 0; // signal this condition to later callbacks
823 assert(emission.wasEmittedAsGlobal())
    [all...]
CGBlocks.cpp     [all...]
CodeGenFunction.h 201 /// isForEH - true if the current emission is for an EH cleanup.
649 /// A class controlling the emission of a finally block.
827 /// \brief Force the emission of cleanups now, instead of waiting
861 /// \brief Force the emission of cleanups now, instead of waiting
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 52 interface, which causes the emission of a stub for each function;
  /frameworks/native/opengl/libagl/
light.cpp 86 c->lighting.front.emission.a = 0x10000;
266 // emission and ambient for the whole scene
270 material.emission.v);
333 // emission and ambient for the whole scene
337 material.emission.v);
346 // emission and ambient for the whole scene
772 case GL_EMISSION: what = c->lighting.front.emission.v; break;
812 case GL_EMISSION: what = c->lighting.front.emission.v; break;
context.h 306 vec4_t emission; member in struct:android::gl::material_t

Completed in 164 milliseconds