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

  /art/compiler/
elf_writer_mclinker.h 66 void AddCompiledCodeInput(const CompiledCode& compiled_code);
73 const CompiledCode& compiled_code);
elf_writer_mclinker.cc 258 void ElfWriterMclinker::AddCompiledCodeInput(const CompiledCode& compiled_code) {
261 const std::string& symbol = compiled_code.GetSymbol();
269 const std::vector<uint8_t>* code = compiled_code.GetPortableCode();
390 const CompiledCode& compiled_code) {
391 const std::string& symbol = compiled_code.GetSymbol();
405 const std::vector<uint32_t>& offsets = compiled_code.GetOatdataOffsetsToCompliledCodeOffset();
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 340 const v8::HeapGraphNode* compiled_code = local
342 CHECK_NE(NULL, compiled_code);
350 GetProperty(compiled_code, v8::HeapGraphEdge::kInternal, "code");
360 for (int i = 0, count = compiled_code->GetChildrenCount(); i < count; ++i) {
361 const v8::HeapGraphEdge* prop = compiled_code->GetChild(i);
    [all...]
  /external/lldb/source/Interpreter/
ScriptInterpreterPython.cpp 1243 PyCodeObject *compiled_code = PyNode_Compile (compiled_node, "temp.py"); local
    [all...]
  /external/chromium_org/v8/src/
deoptimizer.h 150 Handle<Code> compiled_code() const { return Handle<Code>(compiled_code_); } function in class:v8::internal::Deoptimizer
jsregexp.cc 355 Object* compiled_code = re->DataAt(JSRegExp::code_index(is_one_byte)); local
357 if (compiled_code->IsByteArray()) return true;
359 if (compiled_code->IsCode()) return true;
367 DCHECK(compiled_code->IsSmi());
    [all...]
deoptimizer.cc 624 Code* compiled_code = FindDeoptimizingCode(from_); local
625 return (compiled_code == NULL)
627 : compiled_code;
    [all...]
runtime.cc     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 135 "output_info": "compiled_code"}
    [all...]

Completed in 2031 milliseconds