#include <stub-cache.h>
Public メソッド | |
Object * | CompileLoadField (String *name, JSObject *object, JSObject *holder, int index) |
Object * | CompileLoadCallback (String *name, JSObject *object, JSObject *holder, AccessorInfo *callback) |
Object * | CompileLoadConstant (String *name, JSObject *object, JSObject *holder, Object *value) |
Object * | CompileLoadInterceptor (JSObject *object, JSObject *holder, String *name) |
Object * | CompileLoadArrayLength (String *name) |
Object * | CompileLoadStringLength (String *name) |
Object * | CompileLoadFunctionPrototype (String *name) |
Private メソッド | |
Object * | GetCode (PropertyType) |
stub-cache.h の 386 行で定義されています。
stub-cache-arm.cc の 809 行で定義されています。
参照先 UNIMPLEMENTED.
Object * v8::internal::KeyedLoadStubCompiler::CompileLoadCallback | ( | String * | name, | |
JSObject * | object, | |||
JSObject * | holder, | |||
AccessorInfo * | callback | |||
) |
stub-cache-arm.cc の 783 行で定義されています。
参照先 UNIMPLEMENTED.
Object * v8::internal::KeyedLoadStubCompiler::CompileLoadConstant | ( | String * | name, | |
JSObject * | object, | |||
JSObject * | holder, | |||
Object * | value | |||
) |
stub-cache-arm.cc の 792 行で定義されています。
参照先 UNIMPLEMENTED.
Object * v8::internal::KeyedLoadStubCompiler::CompileLoadField | ( | String * | name, | |
JSObject * | object, | |||
JSObject * | holder, | |||
int | index | |||
) |
stub-cache-arm.cc の 774 行で定義されています。
参照先 UNIMPLEMENTED.
stub-cache-arm.cc の 821 行で定義されています。
参照先 UNIMPLEMENTED.
参照元 v8::internal::StubCache::ComputeKeyedLoadFunctionPrototype().
Object * v8::internal::KeyedLoadStubCompiler::CompileLoadInterceptor | ( | JSObject * | object, | |
JSObject * | holder, | |||
String * | name | |||
) |
stub-cache-arm.cc の 801 行で定義されています。
参照先 UNIMPLEMENTED.
stub-cache-arm.cc の 815 行で定義されています。
参照先 UNIMPLEMENTED.
参照元 v8::internal::StubCache::ComputeKeyedLoadStringLength().
Object * v8::internal::KeyedLoadStubCompiler::GetCode | ( | PropertyType | type | ) | [private] |
stub-cache.cc の 899 行で定義されています。
参照先 v8::internal::Code::ComputeMonomorphicFlags(), と v8::internal::Code::KEYED_LOAD_IC.