Searched refs:KeyedLoadStubCompiler (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/
H A Dcode-stubs.cc267 KeyedLoadStubCompiler::GenerateLoadFastElement(masm);
270 KeyedLoadStubCompiler::GenerateLoadFastDoubleElement(masm);
281 KeyedLoadStubCompiler::GenerateLoadExternalArray(masm, elements_kind_);
284 KeyedLoadStubCompiler::GenerateLoadDictionaryElement(masm);
H A Dstub-cache.cc246 KeyedLoadStubCompiler compiler(isolate_);
266 KeyedLoadStubCompiler compiler(isolate_);
285 KeyedLoadStubCompiler compiler(isolate_);
305 KeyedLoadStubCompiler compiler(isolate_);
322 KeyedLoadStubCompiler compiler(isolate_);
339 KeyedLoadStubCompiler compiler(isolate_);
356 KeyedLoadStubCompiler compiler(isolate_);
422 KeyedLoadStubCompiler compiler(isolate_);
1331 Handle<Code> KeyedLoadStubCompiler::GetCode(PropertyType type,
H A Dstub-cache.h616 class KeyedLoadStubCompiler: public StubCompiler { class in namespace:v8::internal
618 explicit KeyedLoadStubCompiler(Isolate* isolate) : StubCompiler(isolate) { } function in class:v8::internal::KeyedLoadStubCompiler
H A Dic.cc1046 KeyedLoadStubCompiler compiler(isolate());
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc2878 Handle<Code> KeyedLoadStubCompiler::CompileLoadField(Handle<String> name,
2907 Handle<Code> KeyedLoadStubCompiler::CompileLoadCallback(
2938 Handle<Code> KeyedLoadStubCompiler::CompileLoadConstant(
2968 Handle<Code> KeyedLoadStubCompiler::CompileLoadInterceptor(
2999 Handle<Code> KeyedLoadStubCompiler::CompileLoadArrayLength(
3025 Handle<Code> KeyedLoadStubCompiler::CompileLoadStringLength(
3051 Handle<Code> KeyedLoadStubCompiler::CompileLoadFunctionPrototype(
3077 Handle<Code> KeyedLoadStubCompiler::CompileLoadElement(
3097 Handle<Code> KeyedLoadStubCompiler::CompileLoadPolymorphic(
3262 void KeyedLoadStubCompiler
[all...]
/external/v8/src/x64/
H A Dstub-cache-x64.cc2703 Handle<Code> KeyedLoadStubCompiler::CompileLoadField(Handle<String> name,
2732 Handle<Code> KeyedLoadStubCompiler::CompileLoadCallback(
2761 Handle<Code> KeyedLoadStubCompiler::CompileLoadConstant(
2791 Handle<Code> KeyedLoadStubCompiler::CompileLoadInterceptor(
2821 Handle<Code> KeyedLoadStubCompiler::CompileLoadArrayLength(
2847 Handle<Code> KeyedLoadStubCompiler::CompileLoadStringLength(
2873 Handle<Code> KeyedLoadStubCompiler::CompileLoadFunctionPrototype(
2899 Handle<Code> KeyedLoadStubCompiler::CompileLoadElement(
2919 Handle<Code> KeyedLoadStubCompiler::CompileLoadPolymorphic(
3079 void KeyedLoadStubCompiler
[all...]
/external/v8/src/arm/
H A Dstub-cache-arm.cc2848 Handle<Code> KeyedLoadStubCompiler::CompileLoadField(Handle<String> name,
2871 Handle<Code> KeyedLoadStubCompiler::CompileLoadCallback(
2896 Handle<Code> KeyedLoadStubCompiler::CompileLoadConstant(
2921 Handle<Code> KeyedLoadStubCompiler::CompileLoadInterceptor(
2947 Handle<Code> KeyedLoadStubCompiler::CompileLoadArrayLength(
2968 Handle<Code> KeyedLoadStubCompiler::CompileLoadStringLength(
2994 Handle<Code> KeyedLoadStubCompiler::CompileLoadFunctionPrototype(
3019 Handle<Code> KeyedLoadStubCompiler::CompileLoadElement(
3039 Handle<Code> KeyedLoadStubCompiler::CompileLoadPolymorphic(
3306 void KeyedLoadStubCompiler
[all...]
/external/v8/src/mips/
H A Dstub-cache-mips.cc2845 Handle<Code> KeyedLoadStubCompiler::CompileLoadField(Handle<String> name,
2867 Handle<Code> KeyedLoadStubCompiler::CompileLoadCallback(
2891 Handle<Code> KeyedLoadStubCompiler::CompileLoadConstant(
2915 Handle<Code> KeyedLoadStubCompiler::CompileLoadInterceptor(
2940 Handle<Code> KeyedLoadStubCompiler::CompileLoadArrayLength(
2960 Handle<Code> KeyedLoadStubCompiler::CompileLoadStringLength(
2985 Handle<Code> KeyedLoadStubCompiler::CompileLoadFunctionPrototype(
3009 Handle<Code> KeyedLoadStubCompiler::CompileLoadElement(
3029 Handle<Code> KeyedLoadStubCompiler::CompileLoadPolymorphic(
3300 void KeyedLoadStubCompiler
[all...]

Completed in 653 milliseconds