Home
last modified time | relevance | path

Searched defs:bytecode_array (Results 1 – 25 of 31) sorted by relevance

12

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc14 Handle<BytecodeArray> bytecode_array) in BytecodeArrayIterator()
Dbytecode-array-random-iterator.cc14 Handle<BytecodeArray> bytecode_array, Zone* zone) in BytecodeArrayRandomIterator()
Dbytecode-array-accessor.h80 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
Dbytecode-register.cc65 Register Register::bytecode_array() { in bytecode_array() function in v8::internal::interpreter::Register
Dbytecode-array-writer.cc50 Handle<BytecodeArray> bytecode_array = isolate->factory()->NewBytecodeArray( in ToBytecodeArray() local
Dbytecode-array-accessor.cc18 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor()
/external/v8/src/
Dunoptimized-compilation-info.h80 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
81 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray()
Dhandler-table.cc19 HandlerTable::HandlerTable(BytecodeArray* bytecode_array) in HandlerTable()
Dcompiler.cc303 void InstallBytecodeArray(Handle<BytecodeArray> bytecode_array, in InstallBytecodeArray()
Dframes.cc1698 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray()
Ddeoptimizer.cc966 Object* bytecode_array = shared->HasBreakInfo() in DoComputeInterpretedFrame() local
/external/v8/src/compiler/
Dbytecode-analysis.h153 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
Dbytecode-analysis.cc80 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis()
208 const Handle<BytecodeArray>& bytecode_array = accessor.bytecode_array(); in UpdateOutLiveness() local
Dbytecode-graph-builder.h316 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
/external/v8/src/debug/
Ddebug-evaluate.cc878 Handle<BytecodeArray> bytecode_array(info->GetBytecodeArray(), isolate); in FunctionGetSideEffectState() local
994 Handle<BytecodeArray> bytecode_array) { in ApplySideEffectChecks()
Ddebug.cc249 BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local
284 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(), in SetDebugBreak() local
294 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local
310 BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray(); in GetBreakLocation() local
2208 BytecodeArray* bytecode_array = shared->GetBytecodeArray(); in PerformSideEffectCheckAtBytecode() local
/external/v8/src/profiler/
Dtick-sample.cc258 i::Object* bytecode_array = i::Memory<i::Object*>( in GetStackSample() local
/external/v8/src/snapshot/
Ddeserializer.cc262 BytecodeArray* bytecode_array = BytecodeArray::cast(obj); in PostProcessNewObject() local
/external/v8/src/runtime/
Druntime-debug.cc59 BytecodeArray* bytecode_array = shared->GetBytecodeArray(); in RUNTIME_FUNCTION_RETURN_PAIR() local
/external/v8/src/builtins/
Dbuiltins-object-gen.cc1468 Node* bytecode_array = LoadSharedFunctionInfoBytecodeArray(shared); in TF_BUILTIN() local
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc722 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc745 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc753 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc774 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc748 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()

12