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

/external/v8/src/
H A Dbuiltins.cc1287 LoadIC::GenerateArrayLength(masm);
1292 LoadIC::GenerateStringLength(masm, false);
1297 LoadIC::GenerateStringLength(masm, true);
1302 LoadIC::GenerateFunctionPrototype(masm);
1307 LoadIC::GenerateInitialize(masm);
1312 LoadIC::GeneratePreMonomorphic(masm);
1317 LoadIC::GenerateMiss(masm);
1322 LoadIC::GenerateMegamorphic(masm);
1327 LoadIC::GenerateNormal(masm);
H A Dic.h65 // IC is the base class for LoadIC, StoreIC, CallIC, KeyedLoadIC,
322 class LoadIC: public IC { class in namespace:v8::internal
324 explicit LoadIC(Isolate* isolate) : IC(NO_EXTRA_FRAME, isolate) { function in class:v8::internal::LoadIC
H A Dic.cc347 case Code::LOAD_IC: return LoadIC::Clear(address, target);
389 void LoadIC::Clear(Address address, Code* target) {
802 MaybeObject* LoadIC::Load(State state,
833 if (FLAG_trace_ic) PrintF("[LoadIC : +#length /string]\n");
857 if (FLAG_trace_ic) PrintF("[LoadIC : +#length /array]\n");
878 if (FLAG_trace_ic) PrintF("[LoadIC : +#prototype /function]\n");
927 void LoadIC::UpdateCaches(LookupResult* lookup,
1022 TRACE_IC("LoadIC", name, state, target());
1970 LoadIC ic(isolate);
/external/v8/src/arm/
H A Dic-arm.cc107 // Helper function used from LoadIC/CallIC GenerateNormal.
216 void LoadIC::GenerateArrayLength(MacroAssembler* masm) {
231 void LoadIC::GenerateStringLength(MacroAssembler* masm, bool support_wrappers) {
248 void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
697 void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
716 void LoadIC::GenerateNormal(MacroAssembler* masm) {
737 void LoadIC::GenerateMiss(MacroAssembler* masm) {
/external/v8/src/ia32/
H A Dic-ia32.cc219 void LoadIC::GenerateArrayLength(MacroAssembler* masm) {
233 void LoadIC::GenerateStringLength(MacroAssembler* masm,
249 void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
1309 void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
1326 void LoadIC::GenerateNormal(MacroAssembler* masm) {
1347 void LoadIC::GenerateMiss(MacroAssembler* masm) {
/external/v8/src/mips/
H A Dic-mips.cc103 // Helper function used from LoadIC/CallIC GenerateNormal.
218 void LoadIC::GenerateArrayLength(MacroAssembler* masm) {
233 void LoadIC::GenerateStringLength(MacroAssembler* masm, bool support_wrappers) {
250 void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
694 void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
712 void LoadIC::GenerateNormal(MacroAssembler* masm) {
733 void LoadIC::GenerateMiss(MacroAssembler* masm) {
/external/v8/src/x64/
H A Dic-x64.cc228 void LoadIC::GenerateArrayLength(MacroAssembler* masm) {
242 void LoadIC::GenerateStringLength(MacroAssembler* masm, bool support_wrappers) {
257 void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
1326 void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
1343 void LoadIC::GenerateNormal(MacroAssembler* masm) {
1364 void LoadIC::GenerateMiss(MacroAssembler* masm) {
/external/v8/tools/
H A Dtickprocessor.js44 /^(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Call|Load|Store)IC_)/;

Completed in 104 milliseconds